Checklist progress
0/168Learned
JavaScript Developer
Study Checklist
Checklist progress
0/168Learned
Given a business requirement, utilize Events, event handlers, and propagation.
0/9
Given a business requirement, evaluate and manipulate the DOM.
0/10
Given a scenario, utilize the Browser Dev Tools to investigate code behavior.
0/4
Given a scenario and requirements, utilize browser specific APIs.
0/10
Fetch API: making GET and POST requests, handling the Response object, and parsing JSON
Learn this conceptFetch API request options: method, headers, body, mode, and credentials
Learn this conceptWeb Storage API: setItem, getItem, removeItem, and clear methods
Learn this conceptwindow.location methods for navigation: assign(), replace(), reload()
Learn this conceptURL and URLSearchParams APIs for constructing and parsing URLs and query parameters
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other JavaScript Developer studiers. 593 members and growing.
localStorage and sessionStorage are browser Storage APIs for persisting key-value string data client-side. localStorage persists until explicitly cleared; sessionStorage is cleared when the browser tab closes.