Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshuajhun/80238ecef6e2413d11d3 to your computer and use it in GitHub Desktop.
Save joshuajhun/80238ecef6e2413d11d3 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. yes!

Where are the methods available to all arrays (e.g. forEach, map, etc.) defined? mozilla dev network?

I can explain the difference between using a for loop and the forEach method. yes!

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. not too comfortable with that but i'm sure i could figure it out

How comfortable are you using the forEach() method? comfy How comfortable are you using the map() method? comfy How comfortable are you using the filter() method? it could be comfier

How comfortable are you using the reduce() method? it could be comfier

How comfortable are you using the sort() method? it could be comfier

How comfortable are you working with simple unit tests in Mocha in the browser? haven't got to that yet. The lesson plan looked really good so i'm sure if i go over it again it will stick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment