Skip to content

Instantly share code, notes, and snippets.

@jcdavison
Created January 22, 2016 06:15
Show Gist options
  • Select an option

  • Save jcdavison/8faaccff80b0f43090b5 to your computer and use it in GitHub Desktop.

Select an option

Save jcdavison/8faaccff80b0f43090b5 to your computer and use it in GitHub Desktop.
basics_of_javascript.md
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