Study notes for JavaScript and frontend interviews. Built topic by topic.
- Source:
cheatsheet.md - Pretty view: open
index.htmlin a browser (or the Vercel URL)
- Read a topic.
- Paste your notes in this chat (messy is fine).
- Notes get cleaned, gaps filled, then appended to both files.
Static site. No build, no Node app.
- vercel.com/new → Import the GitHub repo.
- Framework Preset: Other. Root:
.Build command: empty. Output:. - Deploy. Later pushes to
mainrepublish.
Or CLI: npx vercel (preview), npx vercel --prod (production).