Skip to content

Instantly share code, notes, and snippets.

@code-for-coffee
Created September 27, 2016 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code-for-coffee/db84e5b155bf803af93d4438b8c15b5b to your computer and use it in GitHub Desktop.
Save code-for-coffee/db84e5b155bf803af93d4438b8c15b5b to your computer and use it in GitHub Desktop.
Wk2 Quiz
  1. What is the difference between an ID and class?
  2. If I have a function represented as f and an argument of an [], how could I return the argument in reverse order?
  3. Describe what the document object represents & may do.
  4. How could you loop through an Object's properties to see if it contains ['results']?
  5. f([]) has an argument of []; [].length is n. f([]) returns undefined. Describe what you know about f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment