About

Friday, January 20, 2023

#9 JavaScript Assignment Operators | JavaScript Full Tutorial


 

In this lesson, we’re going to learn all about JavaScript Assignment Operators. Assignment Operators assign values to JavaScript variables, we'll also take a look at Compound Assignment Operators. 0:00 - Intro 0:21 - What is the Assignment Operator? 1:28 - Addition assignment operator (+=) 2:38 - Subtraction assignment operator (-=) 3:27 - Multiply assignment operator (*=) 4:00 - Division assignment operator (/=) 4:38 - Modulus assignment operator (%=) 5:14 - Lesson Summary 5:34 - Lesson Tasks 7:30 - Coming up next (Like and Subscribe 👍)

#8 JavaScript Arithmetic Operators | JavaScript Full Tutorial


 

In this lesson, we’re going to learn all about JavaScript Arithmetic Operators. We use them to perform arithmetic operations on values. Most of these we'll be familiar with, some like the Modulus and Exponentiation operators need a bit more explain, we'll cover them all in this lesson. JavaScript has the following arithmetic operators: 1. Addition + 2. Subtraction - 3. Division / 4. Multiplication * 5. Modulus % 6. Exponentiation ** 7. Increment ++ 8. Decrement -- 0:00 - Intro 0:43 - What are the JS Arithmetic Operators? 1:08 - Common Arithmetic Operators 1:45 - Modulus 2:11 - Exponentiation 2:46 - Increment and Decrement 5:52 - Operator Precedence 7:34 - Lesson Summary 8:12 - Lesson Tasks

#7 JavaScript Data Types | JavaScript Full Tutorial


 

In this lesson, we’re going to learn all about the different Data Types we have available to us, we'll look at how to use the data types and the key differences between them. JavaScript has the following data types: 1. Number 2. String 3. Boolean 4. BigInt 5. Symbol 6. Undefined 7. Null 8. Object (array, function, object)

#6 JavaScript Variables (let and const) | JavaScript Full Tutorial


 

In this lesson we’re going to learn all about JavaScript variables, we'll look at how to declare and initialise them as well as some key things to keep in mind when working with JavaScript variables.

#5 How to Output JavaScript | JavaScript Full Tutorial


 

In this lesson we’re going to learn all about how to display or output JavaScript (including alert, prompt, confirm and console log) make sure you watch to the very end because I’ll be showing you the best way to output JavaScript (especially when it comes to learning).

#4 JavaScript Syntax and Comments (JSDoc) | JavaScript Full Tutorial


 

In this lesson we’re going to learn all about JavaScript syntax and comments, including a brief introduction to JSDoc.

Twitter Delicious Facebook Digg Stumbleupon Favorites More