当前位置:网站首页>ES6 Const Let Var的区别
ES6 Const Let Var的区别
2022-08-04 05:26:00 【qq_26695613】
1.var 存在变量提升 而let 与const不存在变量提升
2.var 定义的变量可以声明很多次,而let. const定义的变量只能声明一次
3.var.let声明的变量可以再次赋值,而const声明的变量不能再次赋值
4.var声明的变量没有自身的作用域,而let、const声明的变量有自身的作用域(块级作用域
5. 利用var定义的变量,会自动挂载到window,但是let和const不会
6.let和const 存在暂时性死区问题
7.let const let定义变量 const定义常量
边栏推荐
猜你喜欢
乱码解决方案
嵌入式系统驱动初级【3】——字符设备驱动基础中_IO模型
webrtc中视频采集实现分析(一) 采集及图像处理接口封装
Swoole学习(一)
TensorRT例程解读之语义分割demo
FFmpeg源码分析:avformat_open_input
EntityComponentSystemSamples学习笔记
CentOS7 —— yum安装mysql
The cost of automated testing is high and the effect is poor, so what is the significance of automated testing?
嵌入式系统驱动初级【4】——字符设备驱动基础下_并发控制
随机推荐
npm报错Beginning October 4, 2021, all connections to the npm registry - including for package installa
bind和function
5个开源组件管理小技巧
关于let var 和const的区别以及使用
使用express-jwt第三方包报错TypeError: expressJWT is not a function
MySQL数据库(基础)
webrtc中的视频编码(一) 视频编码模块轮廓
力扣:343. 整数拆分
Cannot read properties of null (reading 'insertBefore')
Can 't connect to MySQL server on' localhost3306 '(10061) simple solutions
《看见新力量》第四期免费下载!走进十五位科技创业者的精彩故事
webrtc中的任务队列TaskQueue
JNI基本使用
TensorRTx-YOLOv5工程解读(二)
8、自定义映射resultMap
7.16 Day22---MYSQL (Dao mode encapsulates JDBC)
字符串常用方法
Summary of MySQL database interview questions (2022 latest version)
webrtc中视频采集实现分析(二) 视频帧的分发
OpenRefine中的正则表达式