Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.07 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
Functions & Scope
DOM Manipulation
DOM Events
Communicating with the Server
POST Requests
PATCH & DELETE Requests
Communicating with External APIs