Ecmascript modules

Run Settings
LanguageJavaScript
Language Version
Run Command
import { hello } from './hello.mjs'; console.log(hello('World'));
export function hello(name) { return `Hello ${name}`; }
Editor Settings
Theme
Key bindings
Full width
Lines