Separate from the "text" content of this course, I find it useful to cover some JavaScript programming concepts that we don't get to in ICM. This is a list to remember to talk about in class and/or make videos about.
[x] closures
[ ] arguments array and method overloading
[ ] Prototype
OOP
this
[ ] advanced array operations -- forEach(), map(), etc.
[ ] more about synchronous vs synchronous requests (promises?)
Separate from the "text" content of this course, I find it useful to cover some JavaScript programming concepts that we don't get to in ICM. This is a list to remember to talk about in class and/or make videos about.
arguments
array and method overloadingforEach()
,map()
, etc.