#modules

[ follow ]
#javascript
from2ality
6 days 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
2 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.
#python
[ Load more ]