JavaScript is a dynamic programming language that runs in the browser. This means that your browser (e.g. Chrome, Firefox, Internet Explorer) can not only read JavaScript files,
but is also able to carry them out. A JavaScript file is any text file with a .js
filename ending and text content which follows the JavaScript language syntax.
In the following section you will learn more about how you can make JavaScript code run in your own browser.
Best quote ever.
Note: speaker notes FTW!