About 472,000 results
Open links in new tab
  1. NaN - JavaScript | MDN - MDN Web Docs

    Apr 3, 2025 · NaN is a property of the global object. In other words, it is a variable in global scope. In modern browsers, NaN is a non-configurable, non-writable property. Even when this is not …

  2. How do you check that a number is NaN in JavaScript?

    Apr 16, 2010 · NaN in JavaScript stands for "Not A Number", although its type is actually number. typeof(NaN) // "number" To check if a variable is of value NaN, we cannot simply use function …

  3. JavaScript NaN Property - W3Schools

    In JavaScript, NaN is short for "Not-a-Number". In JavaScript, NaN is a number that is not a legal number. The Global NaN property is the same as the Number.Nan property.

  4. JavaScript NaN Property - GeeksforGeeks

    Nov 11, 2024 · NaN, which stands for "Not a Number," is a special value in JavaScript that shows up when a mathematical operation can't return a valid number. This can happen if you try …

  5. An Essential Guide to JavaScript NaN - JavaScript Tutorial

    In this tutorial, you'll learn about the JavaScript NaN, how to check if a value is NaN, and how to handle NaN effectively.

    Missing:

    • Full Form

    Must include:

  6. NaN in JavaScript: Explained. NaN, or Not a Number, is a

    Sep 17, 2021 · NaN, or Not a Number, is a common source of frustration for JavaScript developers given its seemingly inconsistent implementation. So what’s the deal? NaN is a …

  7. JavaScript NaN Explained - Designcise

    Nov 27, 2021 · What Is NaN in JavaScript? In JavaScript, NaN is a special numeric value: Please note that NaN (property of the global object) and Number.NaN (property of the Number object) …

    Missing:

    • Full Form

    Must include:

  8. What Is NaN Property in JavaScript #6 | Just Coding Things

    Jan 21, 2024 · What is NaN. NaN stands for Not-a-Number, In JavaScript it represents a value that is not valid number. It is a global value meaning it is accessible from anywhere in our …

    Missing:

    • Full Form

    Must include:

  9. NaN | JavaScript - CodeBasics

    NaN is a special value, "not a number", that usually indicates execution of a meaningless operation. Any operation with NaN returns NaN. NaN + 1; // NaN. NaN is a peculiar value. …

    Missing:

    • Full Form

    Must include:

  10. What does NaN mean in JavaScript? - Coding Crunch

    NaN means ‘not a number‘ in javascript. It is a special value of type number. typeof(NaN); // number. You might wonder if NaN is “not a number” then why is it type number? Because NaN …

    Missing:

    • Full Form

    Must include:

  11. Some results have been removed
Refresh