Relational Operators in JavaScript - JavaScript Tutorial 22

preview_player
Показать описание
Notes for You:: Relational Operators in JavaScript - JavaScript Tutorial 22
- are also known as comparison operators.
- are used find the relationship between two values or compare relationship between two values.
- On comparison they yield the result either true or false.

< (less-than Operator)
> (greater-than Operator)

<= (less-than or equal-to Operator)
>= (greater-than or equal-to Operator)

== (equal-to Operator)
!= (not-equal-to Operator)

=== (strictly-equal-to Operator)
!== (strictly-not-equal-to Operator)

Note:
- replace < with less-than symbol
- replace > with greater-than symbol

Example Code:

=========================================

Follow the link for next video:
JavaScript Tutorial 23 - Logical Operators in JavaScript | JavaScript Logical Operators

Follow the link for previous video:
JavaScript Tutorial 21 - Arithmetic Operators in JavaScript | JavaScript Arithmetic Operators

=========================================

JavaScript Tutorials Playlist:-

=========================================
Watch My Other Useful Tutorials:-

jQuery Tutorials Playlist:-

jQuery UI Tutorials Playlist:-

Bootstrap Tutorials Playlist:-

=========================================

► Subscribe to our YouTube channel:

► Visit our Website:

=========================================
Hash Tags:-
#ChidresTechTutorials #JavaScript #JavaScriptTutorial
Рекомендации по теме