Tag: JavaScript
All the articles with the tag "JavaScript".
JavaScript 基准测试 Benchmark
Published: at 11:32 AM使用 Benchmark.js 进行 JavaScript 基准测试的示例和说明。
MDN 网站改版记录
Published: at 11:32 AM记录 MDN 网站今日改版。
NextJS 中 'window is not defined' 错误的解决方法
Published: at 02:51 PMNext.js 项目中使用 print-js 库时遇到'window is not defined'错误的解决方法,包括使用 useEffect hook、检查环境和动态导入等方法,以及作者使用 import() 方法的解决思路。
JS 立即执行函数与 this 的研究
Published: at 11:11 AM本文研究 JavaScript 中立即执行函数表达式 (IIFE) 与 `this` 指向的问题,并分析两种不同写法下 `this` 的值。