Search Results

3
votes

Detecting if a given number is an integer

if (Math.floor(x) == x) …