当前位置:网站首页>Null and undefined
Null and undefined
2022-07-03 03:35:00 【Starry field meow inside】
undefined
1. Statement , Assign to
let o;
console.log(o); // undefined2. A property of the object does not exist
let obj = {}
console.log(obj.a); // undefined3. Missing parameters
function fn(a, b) {
console.log(a, b); // 4 undefined
}
fn(4);4. Method
function abcd() {
console.log("111")
}
console.log(abcd()); // undefinednull
1. Manual memory release
2. As an argument to a function ( This parameter is not an object )
3. Top of prototype chain
let obj = {};
obj1 = null;边栏推荐
- Change and access of median value of listening object
- Dynamic programming: longest common substring and longest common subsequence
- node 开启服务器
- FileZilla Client下载安装
- Hutool动态添加定时任务
- redis高级应用【密码防护、数据持久化、主从同步、哨兵模式、事务】【暂未完成(半成品)】
- [algebraic structure] group (definition of group | basic properties of group | proof method of group | commutative group)
- [mathematical logic] propositions and connectives (propositions | propositional symbolization | truth connectives | no | conjunction | disjunction | non truth connectives | implication | equivalence)
- @Accessors注解作用指定前缀遵守驼峰命名
- Ffmpeg one / more pictures synthetic video
猜你喜欢
![C programming learning notes [edited by Mr. Tan Haoqiang] (Chapter III sequence programming) 03 operators and expressions](/img/4a/1df03d9f3315debb4c335260ed39f2.jpg)
C programming learning notes [edited by Mr. Tan Haoqiang] (Chapter III sequence programming) 03 operators and expressions

Mysql Mac版下载安装教程

Why does thread crash not cause JVM crash

用Three.js做一个简单的3D场景

TCP/IP模型中的重磅嘉宾TCP--尚文网络奎哥

Application of derivative in daily question

Makefile demo

Table structure of Navicat export database

FileZilla client download and installation

Limit of one question per day
随机推荐
numpy之 警告VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences
Pat class B "1104 forever" DFS optimization idea
[set theory] partial order relation (partial order relation definition | partial order set definition | greater than or equal to relation | less than or equal to relation | integer division relation |
node 开启服务器
User value is the last word in the competition of mobile phone market
FileZilla Client下载安装
Don't use the new Dede collection without the updated Dede plug-in
Bigvision code
[combinatorics] brief introduction to generating function (definition of generating function | Newton binomial coefficient | commonly used generating function | correlation with constant | correlation
@The difference between Autowired, @qualifier, @resource
没有sXid,suid&sgid将进入险境!-尚文网络xUP楠哥
The series of hyperbolic function in daily problem
Hi3536c v100r001c02spc040 cross compiler installation
403 error displayed when vs cloning
@Accessors annotation function specifies that the prefix follows the hump naming
softmax的近似之NCE详解
ffmpeg之 一张/多张图片合成视频
leetcode:动态规划模板
PAT乙级常用函数用法总结
[mathematical logic] normal form (conjunctive normal form | disjunctive normal form | major item | minor item | maximal item | minor item | principal conjunctive normal form | principal disjunctive no