Skip to content

Instantly share code, notes, and snippets.

@nomanoff
Created May 22, 2022 08:17
Show Gist options
  • Save nomanoff/4e393d55754d5f49d21e49593c8b86c2 to your computer and use it in GitHub Desktop.
Save nomanoff/4e393d55754d5f49d21e49593c8b86c2 to your computer and use it in GitHub Desktop.
Number("0."); // 0
Number(".0"); // 0
Number("."); // NaN
Number(undefined); // NaN
Number(null); // 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment