Skip to content

Re-order topics? #1

@amerikan

Description

@amerikan

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)
   

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions