Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
JS Tutorial For Beginners - #2 If Else & Comparison Operators
Play lesson

Web Development Tutorials For Beginners - JS Tutorial For Beginners - #2 If Else & Comparison Operators

Launch Your Web Development Journey: Master HTML, CSS, JavaScript, and GitHub with LearnCode.academy's Expert-Led Tutorials!

4.0 (2)
24 learners

What you'll learn

Create and style web pages using HTML and CSS fundamentals

Build responsive websites for optimal display on multiple devices

Implement interactive features using JavaScript and jQuery

Manage version control and collaboration with GitHub basics

This course includes

  • 5.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In this free Javascript tutorial, we'll cover if, else statements & comparison operators. This is a Free JS Course designed for beginners. These Javascript lessons cover the basics of Javascript and programming basics from the very beginning. In the last lesson, we covered variables and several Javascript types. Before covering more types, we'll cover comparison operators and if, else statements. Comparison Operators Covered in this Video: (youtube doesn't allow me to do less-than and greater-than signs, which is really quite silly, so I have to use LT and GT) LT Less than GT Greater than LT= Less than or equal to GT= Greater than or equal to == equal to != not equal to There are also "strict" equality types === same value and same type !== not same value and same type For example: "2" == 2 will be true - even though they're different types, they're considered equal "2" === 2 will be false because the second value is a number type, where the first is a string type You should use the triple === whenever possible, as it's more specific. -~-~~-~~~-~~-~- Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device" https://www.youtube.com/watch?v=fgOO9YUFlGI -~-~~-~~~-~~-~-

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere