Javascript
JavaScript Fundamentals -- Logical and Comparison Operators

Logical and Comparison Operators Conclusion

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

That's all for the logical and comparison operators section. In this section we learned:

  • Truthy and falsy values
  • Logical operators !!, &&, ! and ??
  • Comparison operators ==, ===, !=, !==, >, >=, < and <=
  • The difference between strict and abstract comparison