摘要: { "For Loop": { "prefix": ["for", "for-const"], "body": ["for (const ${2:element} of ${1:array}) {", "\t$0", "}"], "description": "A for loop." } } 其中 阅读全文
posted @ 2021-08-03 11:43 Wayhome' 阅读(289) 评论(0) 推荐(0)
摘要: function makeCounter() { // 不需要这个了 // let count = 0 function counter() { return counter.count++; }; counter.count = 0; return counter; } let counter = 阅读全文
posted @ 2021-08-03 10:06 Wayhome' 阅读(328) 评论(0) 推荐(0)
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css