Client Side Scripting Setup
Overview of client-side scripting Adding a external Javascript file to a webpage (app.js) Executing the code in an app.js file after HTML content loads
The Programming Language of Javascript Syntax
Declaring variables with let and const Conditionals with if and else