- Test-drive a simple Javascript program running in a web browser, using modern JS build tools.
- Use the DOM API to manipulate the web page structure and content.
- Use fetch to send HTTP requests to a remote server.
- How JavaScript code is built and loaded by a web browser
- How we use JavaScript to manipulate the page content and handle user interaction
- How we use JavaScript to make HTTP requests without reloading the page
- How we can keep a minimal code structure for separation of concerns on a client-side JS app