Jump to content

Double precision floating-point format

From Wikipedia, the free encyclopedia
Redirect page

let foo = 42; // foo is now a number foo = "bar"; // foo is now a string foo = true; // foo is now a boolean