#modules

[ follow ]
#python
#javascript
from2ality
7 months ago
JavaScript

Learning web development: Modules and testing in JavaScript

Use export to expose values from a JavaScript module and import with relative paths or URLs to reuse code across files and run modules with Node.js.
fromAllthingssmitty
10 months ago
Node JS

Using await at the top level in ES modules - Matt Smith

Top-level await allows using await directly in ES modules, simplifying asynchronous code without extra nesting.
[ Load more ]