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

preview_player
Показать описание
Basic Javascript (63/111) | Comparison with the Greater Than Operator | freeCodeCamp

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.

Рекомендации по теме