Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Frontend
/
Frontend
Which JavaScript syntax establishes an asynchronous module boundary that a bundler can us…
from Frontend
beginner
1 min
Which JavaScript syntax establishes an asynchronous module boundary that a bundler can use for code splitting?
`import("./analytics.js")`
`require("./analytics.js")` at the top of every entry
Copying the module source into an inline comment
Check
Ask AI about this kata
Report an error
previous kata
A hero image needs a square crop on phones and a wide crop on desktops. Which markup expr…
Quiz
next kata
A page jumps when product images load. Which narrow fix most directly improves the releva…
Quiz
A new version is available
Reload