Last active
February 27, 2022 11:26
-
-
Save SOliv1/39beff2968af02c1a2434f2274490ed4 to your computer and use it in GitHub Desktop.
Java Script Excercises in CodeAcadamy in association with Career Switch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java script excercises - Code Academy |
Work Around Explorer
What is it about
WorkAround is a research organization providing data on salary trends in the tech industry. Open up salaryData.js to see the data they have collected. You’ll notice that they have also created a few functions for filtering that data to get subsets of data by role and by company.
WorkAround wants to release a new web application called WorkAround Explorer to make their data more easily viewable.
This web app should allow users to choose specific roles and companies in the tech industry to see the following information:
- The salary for the chosen role at the chosen company.
- The industry average for the chosen role.
- The average salary at the chosen company across all roles.
- The industry average salary across all roles and all companies.
Find My Hat
##User Input Output Number Guess Game
inputOutput
Create my own port with node
Building and designing a database
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#JavaScript Project
Mysterious Organism
Finally got this right - an interesting challenge!