当前位置:网站首页>JS closure
JS closure
2022-07-04 20:44:00 【Big chicken legs are best】
Simply speaking , That is, the internal function can read the variables of the external function , And these variables will be saved in memory , It will not be automatically cleared after the outer function is called
advantage
Variables are stored in memory for a long time , Avoid the pollution of global variables , Mimic block level scope
for(var i=0;i<5;i++){
(function f(i){
let t=i
setTimeout(()=>{
console.log(i)
})
})(i)
}
shortcoming
memory-resident , Will increase memory usage , Improper use will cause memory leakage
边栏推荐
- How does the computer save web pages to the desktop for use
- Four traversal methods of binary tree, as well as the creation of binary tree from middle order to post order, pre order to middle order, pre order to post order, and sequence [specially created for t
- Après l'insertion de l'image dans le mot, il y a une ligne vide au - dessus de l'image, et la disposition est désordonnée après la suppression
- [Beijing Xunwei] i.mx6ull development board porting Debian file system
- What if the WiFi of win11 system always drops? Solution of WiFi total drop in win11 system
- 语义化标签的优势和块级行内元素
- NLP、视觉、芯片...AI重点方向发展几何?青源会展望报告发布[附下载]
- idea大小写快捷键
- Selected review | machine learning technology for Cataract Classification / classification
- Flet教程之 04 FilledTonalButton基础入门(教程含源码)
猜你喜欢

Summary of the mistakes in the use of qpainter in QT gobang man-machine game

【历史上的今天】7 月 4 日:第一本电子书问世;磁条卡的发明者出生;掌上电脑先驱诞生
![Employment prospects of neural network Internet of things application technology [welcome to add]](/img/b0/fe525a1c4788c2c377d49e6b98cf74.png)
Employment prospects of neural network Internet of things application technology [welcome to add]

Aiming at the "amnesia" of deep learning, scientists proposed that based on similarity weighted interleaved learning, they can board PNAS

Flet教程之 06 TextButton基础入门(教程含源码)

Win11无法将值写入注册表项如何解决?

What is involution?
![[today in history] July 4: the first e-book came out; The inventor of magnetic stripe card was born; Palm computer pioneer was born](/img/0b/73f0d98a6db813e54074abe199ed98.png)
[today in history] July 4: the first e-book came out; The inventor of magnetic stripe card was born; Palm computer pioneer was born

太方便了,钉钉上就可完成代码发布审批啦!

Four traversal methods of binary tree, as well as the creation of binary tree from middle order to post order, pre order to middle order, pre order to post order, and sequence [specially created for t
随机推荐
原来这才是 BGP 协议
凌云出海记 | 文华在线&华为云:打造非洲智慧教学新方案
九齐单片机NY8B062D单按键控制4种LED状态
凌云出海记 | 一零跃动&华为云:共助非洲普惠金融服务
实践示例理解js强缓存协商缓存
Summary of the mistakes in the use of qpainter in QT gobang man-machine game
关于联邦学习和激励的相关概念(1)
易周金融 | Q1保险行业活跃人数8688.67万人 19家支付机构牌照被注销
漫谈客户端存储技术之Cookie篇
Fleet tutorial 08 introduction to AppBar toolbar Basics (tutorial includes source code)
Lingyun going to sea | Murong Technology & Huawei cloud: creating a model of financial SaaS solutions in Africa
Win11共享文件打不开怎么办?Win11共享文件打不开的解决方法
How does the computer save web pages to the desktop for use
What if win11u disk refuses access? An effective solution to win11u disk access denial
#夏日挑战赛#带你玩转HarmonyOS多端钢琴演奏
长城证券开户安全吗 股票开户流程网上开户
What financial products can you buy with a deposit of 100000 yuan?
Après l'insertion de l'image dans le mot, il y a une ligne vide au - dessus de l'image, et la disposition est désordonnée après la suppression
紫光展锐完成全球首个 5G R17 IoT NTN 卫星物联网上星实测
Practical examples of node strong cache and negotiation cache