当前位置:网站首页>箭头函数与普通函数的区别
箭头函数与普通函数的区别
2022-08-03 08:15:00 【大鸡腿最好吃】
1,写法不同
2,箭头函数没有自己的prototype原型对象,所以不能用作于构造函数
3,this指向不同
在普通函数中,this总是指向调用它的对象或者,如果用作构造函数,它指向创建的对象实例;
箭头函数没有自己的this,它的this始终指向父级上下文
4,箭头函数全都是匿名函数:普通函数可以有匿名函数,也可以有具名函数
边栏推荐
- ArcEngine (six) use the tool tool to realize the zoom in, zoom out and translation of the pull box
- tolower函数
- mysql的innodb存储引擎和myisam存储引擎的区别
- Docker starts mysql
- Logic Pro X自带音色库列表
- "Swordsman Offer" brush questions print from 1 to the largest n digits
- Neo4j 4.X:导入OWL文件
- 分析型数据库性能测试总结
- The use of the database table structure document generation tool screw
- 第十二天&接口和协议
猜你喜欢
实时目标检测新高地之#YOLOv7#更快更强的目标检测器
vs 2022无法安装 vc_runtimeMinmum_x86错误
Redisson实现分布式锁
redis键值出现 xacxedx00x05tx00&的解决方法
使用pipreqs导出项目所需的requirements.txt(而非整个环境)
Evaluate: A detailed introduction to the introduction of huggingface evaluation indicator module
PowerShell:执行 Install-Module 时,不能从 URI 下载
开发工具之版本控制
数仓4.0(一)
The Transformer, BERT, GPT paper intensive reading notes
随机推荐
【论文笔记】一种基于启发式奖赏函数的分层强化学习方法
Transformer、BERT、GPT 论文精读笔记
LAN技术-2免费ARP
NFT到底有哪些实际用途?
Karatsuba大数乘法的Verilog实现
HCIP练习(OSPF)
审批流设计
数仓4.0(一)
BOM系列之localStorage
AI中台序列标注任务:三个数据集构造过程记录
关于Unity,Laya学习,第一步加载Unity加载场景
tolower函数
Neo4j 4.X:导入OWL文件
[ 漏洞复现篇 ] yapi 代码执行 getshell 漏洞复现详解
ArcEngine (3) zoom in and zoom out through the MapControl control to achieve full-image roaming
Docker starts mysql
推荐系统-排序层-特征工程:用户特征、物品特征
并发之固定运行和交替运行方案
FusionAccess软件架构、FusionAccess必须配置的四个组件、桌面发放流程、虚拟机组类型、桌面组类型
并发之多把锁和活跃性