๐ Day 3๏ธโฃ / 3๏ธโฃ0๏ธโฃ days of basics in JavaScript series
โ What is the number data type?
โ How many number data types are in javaScript?
โ What is + - infinity?
โ What is NaN?
โ How to make numbers more readable in javaScript?
#javascript30
Let me explain!๐งต๐
โ What is the number data type?
โ How many number data types are in javaScript?
โ What is + - infinity?
โ What is NaN?
โ How to make numbers more readable in javaScript?
#javascript30
Let me explain!๐งต๐
๐ How many number data types are in javaScript?
๐ There are 2 "number" data types in javascript.
1๏ธโฃ number
2๏ธโฃ bigInt (for big integers / ends with "n", more about a bit later)
๐ There are 2 "number" data types in javascript.
1๏ธโฃ number
2๏ธโฃ bigInt (for big integers / ends with "n", more about a bit later)
โ Apart from the regular number data type, there are 3 "special numeric values" that belong to the number data type.
๐ - Infinity
๐ + Infinity
๐ NaN
๐ - Infinity
๐ + Infinity
๐ NaN
๐ What is NaN?
โ NaN stands for Not A Number.
โ Or, which result is not a number that is NaN.
โ Or, it shows when incorrect results occured.
โ NaN stands for Not A Number.
โ Or, which result is not a number that is NaN.
โ Or, it shows when incorrect results occured.
๐ That's all for now, we will meet in the next thread!
But if you like make sure to:
1. Follow me @ATechAjay
2. Retweet the first tweet.
3. Turn on the notification to never miss these amazing tweets.
Thank you so much for staying to the end of this thread.
But if you like make sure to:
1. Follow me @ATechAjay
2. Retweet the first tweet.
3. Turn on the notification to never miss these amazing tweets.
Thank you so much for staying to the end of this thread.
Loading suggestions...