Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jillmd501/ba15a2daecf508d72dbf to your computer and use it in GitHub Desktop.
Save jillmd501/ba15a2daecf508d72dbf to your computer and use it in GitHub Desktop.

Array Prototype Methods

  • I understand that functions in JavaScript can take any number of arguments. Yes
  • I can describe the similarity between blocks in Ruby and anonymous functions in JavaScript. Mostly
  • Where are the methods available to all arrays (e.g. forEach, map, etc.) defined? prototype
  • I can explain the difference between using a for loop and the forEach method. Sort of......
  • I can explain the difference between forEach and map. Yes
  • Can you explain the process of taking a plain JavaScript objects, transforming them into DOM nodes, and appending them to the page. No - need help on this
  • How comfortable are you using the forEach() method? Very
  • How comfortable are you using the map() method? Very
  • How comfortable are you using the filter() method? Very
    How comfortable are you using the reduce() method? Reduce always throws me.... How comfortable are you using the sort() method? Kind of..... How comfortable are you working with simple unit tests in Mocha in the browser? Good at working with them, not as good as writing them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment