Symbols

ES6 In Depth: Symbols - Mozilla Hacks - the Web developer blogopen in new window

es6 module

TIP

es6 module just a file

Modules import one another using a module loader. At runtime the module loader is responsible for locating and executing all dependencies of a module before executing it.

在node.js中经常看到使用Require node.js - The difference between "require(x)" and "import x" - Stack Overflowopen in new window

202112202143684

function*

function* - JavaScript | MDN (mozilla.org)open in new window