当前位置:网站首页>MDN文档里面入参写法中括号‘[]‘的作用
MDN文档里面入参写法中括号‘[]‘的作用
2022-04-23 05:37:00 【不知言】
查看MDN文档经常看到如下的写法:
Array.from(arrayLike[, mapFn[, thisArg]])
简单来说,中括号就是表示某个参数非必须,以上来说:
[, mapFn]即表示mapFn可选
[, thisArg]即表示thisArg可选
[, mapFn[, thisArg]]则表示thisArg是依赖于mapFn存在的,如果mapFn没有传值,那么thisArg是不可以传入的。
版权声明
本文为[不知言]所创,转载请带上原文链接,感谢
https://blog.csdn.net/WangYanWenXin/article/details/124344826
边栏推荐
- Cross platform packaging of QT packaging program
- Quick app bottom navigation bar
- 合约锁仓漏洞
- Note: unordered_ Understanding and use of map
- Usage and difference of shellexecute, shellexecuteex and winexec in QT
- Excel sets row and column colors according to cell contents
- After adding qmenu to qtoolbutton and QPushButton, remove the triangle icon in the lower right corner
- Redis in node -- ioredis
- 创建进程内存管理copy_mm - 进程与线程(九)
- open3d材质设置参数分析
猜你喜欢
Various situations of data / component binding
Interview Basics
selenium预先加载cookie的必要性
[triangle Yang Hui triangle printing odd even cycle JS for break cycle]
Understand the relationship between promise async await
Double click The jar package cannot run the solution
what is wifi6?
Create process memory management copy_ Mm - processes and threads (IX)
分支与循环语句
3d slicer中拉直体的生成
随机推荐
提升Facebook触及率和互动率攻略 | 智能客服帮您抓住用户的心
Common interview questions - 4 (MySQL)
Frequently asked interview questions - 3 (operating system)
Camera imaging + homography transformation + camera calibration + stereo correction
Sword finger offer II 022 The entry node of the link in the linked list
Error handling mechanism of the strongest egg framework in history
Find the number of "blocks" in the matrix (BFS)
Various situations of data / component binding
Isosceles triangle - the 9th Lanqiao provincial competition - group C
Branch and loop statements
合约锁仓漏洞
AcWing 836. Merge set (merge set)
Create cells through JS (while loop)
AcWing 1096. Detailed notes of Dungeon Master (3D BFS) code
Hongji micro classroom | cyclone RPA's "flexible digital employee" actuator
Several examples of pointer transfer, parameter transfer, value transfer, etc
弘玑Cyclone RPA为国金证券提供技术支撑,超200个业务场景实现流程自动化
acwing854. Floyd finds the shortest path
Necessity of selenium preloading cookies
windows连接mysql出现ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost‘ (10061)