Thursday, June 30, 2016

JavaScript Array.of Function study

June 30, 2016

Start to work on JavaScript 29 function one by one. Focus on one function at a time.

https://msdn.microsoft.com/en-us/library/k4h76zbx(v=vs.94).aspx

return an array from passed in arguments.

Syntax:
Array.of(element0[, element1][, ...][,elementN]);

Read blogs:

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/of

https://gist.github.com/rwaldron/1074126

5 functions - indexOf(), filter(), forEach(), map(), reduce() (1 hour study June 30, 2016 10:00pm - 11:00pm)
Learn technique called demethodizing.
http://colintoh.com/blog/5-array-methods-that-you-should-use-today

JavaScript Array's reduce Method:
https://www.youtube.com/watch?v=J21rsVw_NBE

accumlator

Spend 1 hour to watch the video:
Code genius - Using JavaScript to Teach JavaScript by John Resig

https://www.youtube.com/watch?v=H4sSldXv_S4


Actionable Items:
Use JsFiddle to edit JavaScript code snippets.

No comments:

Post a Comment