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.
window.location (accessed via Window.location or Document.location) is a Location object that exposes the current document's URL broken into readable, settable string properties. The four primary read properties are href (full URL), pathname (path segment), search (query string), and hash (fragment). Writing to most properties triggers navigation.