Learn what JavaScript is and why you would use it.
Functions provide a powerful tool to organize your code and to break down a large program into smaller subprograms.
The basic math operators and an introduction to conditional statements.
Loops help you deal with repetitive tasks
Objects help you group related data and functions and can be extremely important for building complex programs.
An array is an object that is built into JavaScript. It can make dealing with a series of related data much easier.
You must complete all chapters before taking the course exam.
In this video, you will be introduced to Bucky Roberts of thenewboston.com. Bucky has spent the past 4 years creating quality free education content geared towards absolute beginners in an number of subjects. His instructional videos have grossed over 53 Million views and we will be using his Javascript videos extensively in this course. In this first concept, Buck will help you understand what JavaScript is and how you can start using it.
Comments are a helpful tool for making code easier to understand.
Variables are one of the core ideas behind writing code.
Bucky presents some other types of variables.
How to use text (i.e. JavaScript strings) in your code.
Take the chapter 1 test and unlock the JavaScript Basics badge.
You are making progress towards completing chapter 1 and unlocking the JavaScript Basics Badge
This badge is worth: 50 Points