generated from GeekwiseAcademy/course-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I think we should re-order some topics around, particularly those in the Week 3 and Week 4 module. As is now:
Week 3
Functions
Scopes and Closures
Promises and Callbacks
APIs
JSON
Week 4
Arrays
Loops
The DOM
Event Listeners
Objects
Classes
However, I think it would be a smoother build up if changed to something closer to this:
Week 3
Functions
Scopes and Closures
Loops
Arrays
Objects (need to know functions since objects can contain methods)
Classes
Week 4
Promises and Callbacks
APIs
JSON (useful to know objects since they have similar resemblance to objects)
The DOM (useful to know what an object is at this point, since the DOM is a giant object)
Event Listeners (useful to know what functions are)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels