I understand that functions in JavaScript can take any number of arguments. yup
I can describe the similarity between blocks in Ruby and anonymous functions in JavaScript. yup
Where are the methods available to all arrays (e.g. forEach
, map
, etc.) defined?
Array.prototype
I can explain the difference between using a for
loop and the forEach
method.
I think... forEach is for Arrays and for loops are for Array-like objects
I can explain the difference between forEach
and map
.
yup
Can you explain the process of taking plain JavaScript objects, transforming them into DOM nodes, and appending them to the page. nope... sore spot for me
How comfortable are you using the forEach()
method?
3
How comfortable are you using the map()
method?
3
How comfortable are you using the filter()
method?
3
How comfortable are you using the reduce()
method?
3
How comfortable are you using the sort()
method?
?
How comfortable are you working with simple unit tests in Mocha in the browser? If someone else writes it, no problem... Want me to write it? Nope.