Created
February 4, 2018 12:48
-
-
Save jdgo-mars/23c57fa30e822b3745a6218450f2f0d4 to your computer and use it in GitHub Desktop.
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
1. What is the difference between the '==' operator and the '===' operator | |
2. Explain in your own words what is GIT and how it relates to web development? | |
3. Declare a variable named myFirstVariable and assign it to a string "TheKit Web development Course" | |
4. Write a function called "add" that takes two arguments and returns their sum | |
5. Given an array of numbers [1,2,3,4,5,6], generate a new array with only the even numbers [2, 4, 6] | |
6. What is JSON format? Provide an example | |
7. Using the Javascript DOM API how would you select an element with an id of "container"? | |
8. Name 4 mouse events and their purposes. | |
9. Solve this exercise -> https://codepen.io/jdmartins/pen/EQjOmJ | |
10. Using the browser console how would you write "banana" without inputting an "N"? Hint: Look into NaN and type coercion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment