Basic Javascript (63/111) | Comparison with the Greater Than Operator | freeCodeCamp

Опубликовано: 11 Март 2026
на канале: Stral Tech
248
5

Basic Javascript (63/111) | Comparison with the Greater Than Operator | freeCodeCamp

Full playlist 👉    • Basic JavaScript (1/111) | Comment Your Ja...  

The greater than operator compares the values of two numbers. If the number to the left is greater than the number to the right, it returns true. Otherwise, it returns false.

Like the equality operator, greater than operator will convert data types of values while comparing.

https://www.freecodecamp.org/learn/ja...