lydiahallie / javascript-questions

A long list of (advanced) JavaScript questions, and their explanations :sparkles:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question 67

stuymedova opened this issue · comments

Perhaps may be useful to node that now it is possible to import modules on demand the ES modules way with dynamic import, aka import(). Documentation reference: MDN.

Please feel free to open a PR with your suggestions.