Learn JavaScript for Beginners - JS Basics Handbook. We'll cover things like variables, data types, functions, objects, arrays, and classes. You'll also learn how to mix them all to build a small but solid program. This tutorial focuses only on JavaScript as a programming language and uses the terminal to run the code.
Table of contents
Table of Contents1 - JavaScript Introduction2 - How to Set Up Your Computer3 - Quick Console Introduction4 - Time to Say Hello World!5 - JavaScript Code Structure6 - JavaScript Variables7 - JavaScript Basic Data Types8 - Type Conversion and Coercion9 - Operators in JavaScript10 - JavaScript Arrays11 - Control Flows (Conditionals) in JavaScript12 - Control Flows (Loops) in JavaScript13 - Functions in JavaScript14 - Objects in JavaScriptFinal Exercise: Build a Cash Register MachineConclusionSolutions3 Comments
Sort: