how to code number must be smaller than in javascript code example
Example: how to code number must be smaller than in javascript
1 < 3
//1 and 3 could be any two numbers
//the sign is "<". Its opposite is ">"
1 < 3
//1 and 3 could be any two numbers
//the sign is "<". Its opposite is ">"