You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
closures
arguments array and method overloading
Prototype
OOP
this
advanced array operations -- forEach(), map(), etc.
more about synchronous vs synchronous requests (promises?)
callbacks
anonymous
chrome developer tools
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: