Hacker News new | ask | show | jobs
by egeozcan 3570 days ago
> in JavaScript you can have multiple scripts

You mean, you can embed multiple script elements in HTML? Yes. But allowing global await in ES spec means also enabling it in node.

1 comments

or you could just do `import('a'); import('b');` to load `a` and `b` in parallel