Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Created September 8, 2021 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuatoHub/7aff6abd83ed3e263648b92941547919 to your computer and use it in GitHub Desktop.
Save QuatoHub/7aff6abd83ed3e263648b92941547919 to your computer and use it in GitHub Desktop.
console.log(10 / 0); //Infinity
console.log(10 / -0); //-Infinity
console.log(1 * "string"); // NaN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment