Day 4: Data Types
-
-
PRASHANTB1984 9 years ago Well, yes, that is valid :) And it means that you understood the concepts that we are looking for in any case.
-
Well, yes, that is valid :) And it means that you understood the concepts that we are looking for in any case.
Well they did say "assign" them a particular datatype.
var my_num = "4.2.3".split('.').length;
var my_bool = ((4 + 17) < (25 - 6));
var my_str = (4 + 8 * 3).toString();
Add Reply Preview cancel