Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 5.21 KB

File metadata and controls

18 lines (16 loc) · 5.21 KB

SENG-LIVE-Phase-1-JavaScript-Inventory-Tracking-Tool

Phase Level Objectives

  • Understand the fundamentals of JavaScript as a language, including functions and scope
  • Use data types and structures to solve problems in JavaScript
  • Identify and resolve bugs in code
  • Manipulate web pages using DOM
  • Use asynchronous JavaScript to retrieve data
Lecture Notes Videos Starter Solution Slides
Functions & Scope Notes Video1/Video2 Starter Solution Slides
DOM Manipulation Notes Video Starter Solution Slides
DOM Events Notes Video Starter Solution Slides
Communicating with the Server Notes Video Starter Solution Slides
POST Requests Notes Video Starter Solution Slides
PATCH & DELETE Requests Notes Video Starter Solution Slides
Communicating with External APIs Notes Video Starter Solution Slides