Learning JavaScript This project introduces JavaScript — the programming language that makes websites interactive. In this project, you’ll learn: - What JavaScript is and how it works with HTML - Variables (storing data) - Strings, numbers, and booleans - If statements (making decisions) - Basic loops (repeating actions) - Functions (reusable code) - How JavaScript controls behaviour, not appearance Concepts are explained step by step, with simple examples that connect Scratch ideas to real JavaScript where possible. This project is made for: - Beginners who are new to JavaScript - Scratch users moving into text-based coding - Anyone who wants to understand how websites actually *do* things If HTML builds the page and CSS styles it, JavaScript is what makes it come alive
----IN PROGRESS----