Web Development

JavaScript has no int type. Numbers are in double type, so 10/3 = 3.3333, need Math.floor to convert to int.

42 || "this" // return 42

0 || "this" // return "this"

Array in JS is sparse. No index out of bound exception.

`val of a is ${a}`  // ` allow the object to be in the string

results matching ""

    No results matching ""