当前位置:网站首页>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;边栏推荐
- com.fasterxml.jackson.databind.exc.InvalidFormatException问题
- Some preliminary preparations for QQ applet development: make an appointment for a development account, download and install developer tools, and create QQ applet
- Applet (continuous update)
- redis高级应用【密码防护、数据持久化、主从同步、哨兵模式、事务】【暂未完成(半成品)】
- Positioning (relative positioning, absolute positioning, fixed positioning, Z-index) 2022-2-11
- Ansible简介【暂未完成(半成品)】
- Limit of one question per day
- MongoDB复制集【主从复制】
- 可分离债券与可转债
- Mongodb replication set [master-slave replication]
猜你喜欢

MongoDB简介

释放数据力量的Ceph-尚文网络xUP楠哥

Avec trois. JS fait une scène 3D simple

FileZilla Client下載安裝

Hutool dynamically adds scheduled tasks

Limit of one question per day

IPv6过渡技术-6to4手工隧道配置实验--尚文网络奎哥

Nce detail of softmax approximation

Vs Code configure virtual environment
![Ansible introduction [unfinished (semi-finished products)]](/img/2a/0003daf761ba02d8837c4657fc3f29.png)
Ansible introduction [unfinished (semi-finished products)]
随机推荐
Unity3d RPG implementation (medium)
Vs 2019 configure tensorrt to generate engine
Nanning water leakage detection: warmly congratulate Guangxi Zhongshui on winning the first famous brand in Guangxi
[combinatorics] basic counting principle (addition principle | multiplication principle)
Tidal characteristics of the Bohai Sea and the Yellow Sea
Mongodb installation & Deployment
[mathematical logic] propositions and connectives (propositions | propositional symbolization | truth connectives | no | conjunction | disjunction | non truth connectives | implication | equivalence)
[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
Téléchargement et installation du client Filezilla
【AI实战】应用xgboost.XGBRegressor搭建空气质量预测模型(一)
@The difference between Autowired, @qualifier, @resource
静态网页 和 动态网页的区别 & WEB1.0和WEB2.0的区别 & GET 和 POST 的区别
Stop using system Currenttimemillis() takes too long to count. It's too low. Stopwatch is easy to use!
Elsevier latex 提交文章 pdftex.def Error: File `thumbnails/cas-email.jpeg‘ not found: using draf
[leetcode question brushing day 34] 540 Unique element in array, 384 Disrupt array, 202 Happy number, 149 Maximum number of points on a line
sigaction的使用
Pytoch lightweight visualization tool wandb (local)
Limit of one question per day
Vs 2019 configuration du moteur de génération de tensorrt
渤、黄海的潮汐特征