mirror of
				https://github.com/KieSun/all-of-frontend.git
				synced 2025-05-29 01:49:23 +08:00 
			
		
		
		
	Commit from GitHub Actions (markdown-autodocs)
This commit is contained in:
		
							parent
							
								
									b67519985f
								
							
						
					
					
						commit
						6ea4a608f6
					
				@ -213,7 +213,7 @@ JS 数据类型分为两大类及八种数据类型,注意别漏了 ES6 新增
 | 
			
		||||
  - [ ] [浅谈 JS 防抖和节流](https://segmentfault.com/a/1190000018428170)
 | 
			
		||||
  - [ ] [Debounce – How to Delay a Function in JavaScript](https://www.freecodecamp.org/news/javascript-debounce-example)
 | 
			
		||||
  - [ ] [Debouncing and Throttling in JavaScript](https://www.telerik.com/blogs/debouncing-and-throttling-in-javascript)
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
### 垃圾回收
 | 
			
		||||
 | 
			
		||||
JavaScrip 在变量被创建时分配内存,并在对象不再使用时自动释放内存,这个过程被称为垃圾回收。另外我们主要学习 V8 引擎下的垃圾回收机制。
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user