Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1016 Bytes

index.md

File metadata and controls

21 lines (17 loc) · 1016 Bytes

JavaScript Core 3

Module Learning Objectives

  • The learner should be able to create a single-page application that
    • retrieves data from an API using fetch
    • parses medium-complexity JSON responses and extracts data
    • use DOM manipulation to build a website
    • uses event handlers to respond to user interactions
  • 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 how fetch 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 and scope

Content

Week Content
week-1 Debugging
week-2 Fetch, AJAX, APIS
week-3 Scope & this