freeCodeCamp's Introduction to Javascript, Math Operators in JS (pt.2)

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=ZO1cMEKH838



Duration: 9:30
200 views
1


This is the part 2 in my series going through freeCodeCamp's Basic Javascript course. We are in the Introduction to JS section. In this video we go through the following lessons: Add Two Numbers with JavaScript, Subtract One Number from Another with JavaScript, Multiply Two Numbers with JavaScript, Divide One Number by Another with JavaScript, Increment a Number with JavaScript, Decrement a Number with JavaScript, Create Decimal Numbers with JavaScript, Multiply Two Decimals with JavaScript, Divide One Decimal by Another with JavaScript, and Finding a Remainder in JavaScript. We basically go through how to do some basic math with js. We learn that we can use decimals as well, and these are referred to as floating point numbers. We also learn that decimals are not perfect in javascript. And also, we learn about the remainder operator which is similar to modulus. Look it up to find out more.




Other Videos By We Will Code


2018-11-16freeCodeCamp's Introducing Else and Else If Statements, Chaining If Else If Statements (11)
2018-11-15freeCodeCamp's Greater Than, Less Than, AND and Or Operators, Basic Javascript (10)
2018-11-14freeCodeCamp's Array Method Practice, Equality and Strict Equality in Javascript (9)
2018-11-13freeCodeCamp's Global Scope and Functions, Understanding Local & Global Variables In JS (8)
2018-11-12freeCodeCamp, More Array Methods, JS Function Declarations & Parameters (7)
2018-11-09freeCodeCamp's Intro To Javascript, Understanding Arrays & Multi-Dimensional Arrays (6)
2018-11-08freeCodeCamp's Using Bracket Notation on Strings, Mad Libs, Intro to Javascript (5)
2018-11-03freeCodeCamp's Javascript Introduction, Escape Sequences, Concatenation. String Length (4)
2018-11-02freeCodeCamp's Intro to Javascript, Compound Assignment & String Literals (3)
2018-10-31freeCodeCamp's Make an Image Responsive,Web Design Principles
2018-10-30freeCodeCamp's Introduction to Javascript, Math Operators in JS (pt.2)
2018-10-29freeCodeCamp's Introduction to Javascript, Comments, Variables, & Casing
2018-10-29Create a Media Query, Responsive Web Design
2018-10-28freeCodeCamp's Make Motion More Natural Using a Bezier Curve
2018-10-28freeCodeCamp's Use a Bezier Curve to Move a Graphic, Applied Visual Design
2018-10-28freeCodeCamp's Learn How Bezier Curves Work, Applied Visual Design
2018-10-26freeCodeCamp's Change Animation Timing with Keywords, Responsive Web Design
2018-10-25freeCodeCamp's Animate Multiple Elements at Variable Rates, Applied Visual Design
2018-10-25freeCodeCamp's Animate Elements at Variable Rates, Applied Visual Design
2018-10-14freeCodeCamp's Make a CSS Heartbeat using an Infinite Animation Count
2018-10-14freeCodeCamp's Animate Elements Continually Using an Infinite Animation Count



Tags:
basic javascript tutorial
learn javascript
free javascript course online
js numbers
javascript