Understanding JavaScript Logical Operators, Explained JS Logical Operators with Codecademy JS Course

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=sKtx64J0vrc



Category:
Vlog
Duration: 6:43
228 views
2


In this video we take a look at understanding JavaScript Logical Operators in the Codecademy JavaScript course, section "Conditional Statements". The specific lesson we are on is called "Logical Operators" and it explains the && (and), || (or), and ! (not) logical operators. These allow us to add more sophistication to our conditionals. We can use them within our if statements to see if the statement should evaluate to true or not. With the && operators we check to make sure both statements evaluate to true in order to run the code block. With the || operator, only one of our statements must evaluate to true for the if statement condition to evaluate as true. Then the ! operator will take a true statement and pass back false, or will take a false statement and pass back true. Understanding the power of logical operators, combined with what we have learned about conditional statements, allows us to add a higher level of sophistication to our programming capabilities. Make sure to practice these lessons until they make sense deep in your bones! Understanding conditional logic and logical operators is important when trying to master programming and when trying to master javascript! Make sure to practice javascript conditionals and utilize logical operators daily to stay on point with your javascript programming skills!




Other Videos By We Will Code


2022-02-21Pokemon Legends Arceus, The Researcher of Myths, Grueling Grove, Defeat Vespiquen, Ancient Retreat 2
2022-02-21Pokemon Legends Arceus, The Researcher of Myths, Grueling Grove, Defeat Vespiquen, Ancient Retreat 1
2022-02-20Learn JavaScript Race Day Explained, Codecademy Programming Walkthroughs, and Tutorial, Conditionals
2022-02-20Program a Magic Eight Ball with JavaScript, Walkthrough for Magic Eight Ball on Codecademy, Learn JS
2022-02-19Conditional Statements Review on Codecademy, Understanding Conditional Logic, Conditionals Explained
2022-02-19JavaScript Switch Cases, The Switch Keyword in JavaScript, Codecademy Programming Full Course 2022
2022-02-18How Else if Statements Work in JavaScript, Else if Statements Explained, Codecademy Programming ES6
2022-02-18How to Use the Ternary Operator in JavaScript, Ternary Operator Explained, Program with Codecademy
2022-02-18Truthy and Falsy Assignment in JavaScript, Short Circuit True False Assignment, Codecademy ES6 JS
2022-02-17Truthy and Falsy in JavaScript Programming, What is Truthy and Falsy in Programming, Codecademy 2022
2022-02-17Understanding JavaScript Logical Operators, Explained JS Logical Operators with Codecademy JS Course
2022-02-17JavaScript Comparison Operators Explained, Learning to Code with Codecademy, JS Programming Lessons
2022-02-17Learn about JavaScript If Else Statements, Understanding Conditional Statements with Codecademy Code
2022-02-17Learn About JavaScript If Statement, Conditional Statements on Codecademy, Program with JavaScript
2022-02-17Understanding What are Conditional Statements in 2022, JavaScript Programming with Codecademy
2022-02-17History of JavaScript Versions, ES6 and Before, JavaScript History Introduction, Codecademy Article
2022-02-17Learning JavaScript, Intro Quiz, Introduction to JavaScript Quiz on Codecademy Programming 2022
2022-02-17JavaScript Dog Years Converter, Convert Human Years to Dog Years 2022, Learn Programming, Codecademy
2022-02-16JavaScript Kelvin Weather Converter 2022, Kelvin to Celsius to Fahrenheit JavaScript Code Examples
2022-02-16Review of JavaScript Variables, Review Variables in JavaScript Codecademy Course, Learning to Code
2022-02-16JavaScript typeof Operator 2022, Codecademy Variable Section typeof Operator Explained, JS Coding



Tags:
Coding
JS
JavaScript
Programming
Tutorials