- The learner should be able to create a single-page application that
- retrieves data from an
API
usingfetch
- parses medium-complexity
JSON
responses and extracts data - use
DOM
manipulation to build a website - uses
event handlers
to respond to user interactions
- retrieves data from an
- The learner should understand the basics of
HTTP
GET
requests as they are used in practice - The learner should understand the concept of
Promise
and howfetch
is an implementation of it - The learner should be able to demonstrate a good understanding of the JavaScript language and syntax in solving practical problems
- The learner should understand the concepts around
this
andscope
Week | Content |
---|---|
week-1 | Debugging |
week-2 | Fetch, AJAX, APIS |
week-3 | Scope & this |