Articles in this series
getting started with the internet's programming language · JavaScript, as a programming language, allows webpages to change its content and/or...
including real programming code onto a webpage · We can include Javascript in an HTML page in one of three ways: JavaScript inline In the early days or...
documenting the script · Two documentation terms and code concepts: Comments Comments allow us to place notes inside the code, without affecting how the...
looking at JavaScript variables without displaying them · In the console we can output any processed data without directly affecting the program - we...
the building blocks of web apps · We can categorize basic forms of data, known as primitives, as follows: Number : a value we can calculate with...
the storage locations of data (the "words") · Variables store data for later use: Statements JavaScript statements take on a form similar to a...