You learned where JavaScript runs: in browsers and Node.js. You set up VS Code with Live Server for instant feedback.
You wrote your first code with console.log(), used the <script> tag to add JavaScript to HTML, and created external .js files. You enabled strict mode, learned about comments, and practiced reading error messages.
You built a console calculator that combined these concepts. You're ready for variables and data types.