In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you what are the differences between null and undefined in JavaScript, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
The difference between null and undefined?
First of all, Undefined and Null are both basic data types, and each of these basic data types has only one value, undefined and null.
The meaning of undefined is undefined, and the meaning of null is empty object (it is not a real object, see the note below! ). Undefined,null is returned when a variable is declared but not yet defined. It is mainly used to assign values to variables that may return an object as initialization.
In fact, null is not an object, although typeof null will output object, but this is only a long-standing Bug of JS. In the original version of JS, a 32-bit system was used to store the type information of variables in a low order for performance reasons. 000 represents an object, but null represents all zeros, so it is mistakenly judged as object. Although the internal type determination code has changed, the Bug has been handed down.
Undefined is not a reserved word in js, which means that we can use undefined as a variable name, which is very dangerous and affects our judgment of undefined values. But there are some ways to get a safe undefined value, such as void 0.
When we use typeof to judge two types, Null typing returns "object", which is a legacy of history. We return true when we compare two types of values using a double equal sign and false when we use three equal signs.
These are all the contents of this article entitled "what are the differences between null and undefined in JavaScript". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.