Created
January 22, 2016 06:15
-
-
Save jcdavison/8faaccff80b0f43090b5 to your computer and use it in GitHub Desktop.
basics_of_javascript.md
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
| In order to answer the below, you should be able to talk in clear terms accurately about the below and | |
| be able to write and run either in a browser or in a node terminal all the below. | |
| - What is a function and how do you define it? | |
| - How do you define and then at a later point call a function? | |
| - What are arguments? | |
| - What are some basic differences between string, objects and arrays? | |
| - What is a return value? | |
| - What is a key and what is a value in terms of a key value pair? | |
| - What does index position in an array mean? | |
| - What is a callback function? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment