Posts by felipema • 43 points
1 post
-
4
votes2
answers914
viewsQ: How does larger and smaller Javascript string checking work?
If you perform the condition '15000' > '100000' the result will be true If you perform the condition 15000 > 100000 the result will be false If you perform the condition '15000' > '200000'…