Javascript If Else Statements | Javascript Tutorial For Beginners




Check out my courses and become more creative!
https://developedbyed.com

Javascript If Else Statements | Javascript Tutorial For Beginners

In this video series we are going to learn modern javascript from scratch. This video is recommended for anyone wanting to learn javascript the modern way with ES2015. No previous programming knowledge is required, so this video series will help you learn javascript as your first programming language.

We will cover the basic of if statements, if else and else statements in javascript. How to use the different types of operators in our if statement.

Things covered in this video:

How to create an if, else statement in javascript.
When to use == or ===.
The && operator and || operator.

📔 Materials used in this video:

VSCode: https://code.visualstudio.com/

🛴 Follow me on:

Twitter: https://twitter.com/deved94
Github: https://github.com/DevEdwin

Original source


21 responses to “Javascript If Else Statements | Javascript Tutorial For Beginners”

  1. The simple way to explain == and === is when we use == JavaScript is only checks that name and value is equal or not but when we use === JavaScript checks both value and type so the simple is that == is used to check the value and === is used to check both value and type

Leave a Reply