文件名称:js-lab:带有现代Javascript示例的存储库(ES6,ES7和ES8)
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-21 12:09:55
JavaScript
Javascript实验室 带有现代Javascript示例的存储库(ES6,ES7和ES8) 内容 承诺 代理人 集和弱集 地图和弱地图 代理人 象征 ES7 包括 求幂 ES8 异步/等待 填充 对象方法 ES9 剩余/价差属性 最后承诺
【文件预览】:
js-lab-master
----es8-features()
--------async-await.js(994B)
--------padding.js(266B)
--------object-methods.js(264B)
----es7-features()
--------includes.js(112B)
--------exponentiation.js(88B)
----README.md(3KB)
----es6-features()
--------const.js(1KB)
--------arrow-function.js(1KB)
--------proxy.js(2KB)
--------rest-params.js(121B)
--------array-methods.js(419B)
--------set.js(1KB)
--------map.js(1KB)
--------spread-operator.js(467B)
--------tagged-template.js(557B)
--------default-parameter.js(155B)
--------generators.js(1KB)
--------destructuring.js(720B)
--------string-methods.js(480B)
--------symbol.js(1KB)
--------template-literals.js(546B)
--------let.js(2KB)
--------shorthand.js(562B)
--------promises.js(1KB)
--------class.js(985B)
----es9-features()
--------rest-spread-properties.js(197B)
--------promise-finally.js(195B)