About

Friday, January 20, 2023

#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

0 comments:

Twitter Delicious Facebook Digg Stumbleupon Favorites More