filmov
tv
JavaScript Code Challenge 7/100 #javascript

Показать описание
Explanation: In the first comparison, "9" is considered greater than "19" because "9" is greater than "1" when compared character by character. In the second comparison, "09" is considered less than "19" because "0" is less than "1".