JS1K was an annual JavaScript programming competition that challenged developers to create small, creative web applications using no more than 1 kilobyte (1024 bytes) of JavaScript code. Running from 2010 to 2019, the contest became a showcase for ingenuity in minimalist programming and a celebration of technical creativity within the constraints of browser-based development.
Format
Each edition of JS1K imposed a strict limit of 1024 bytes of JavaScript code with a “no externals” rule: all entries had to be entirely self-contained using only standard web APIs (mainly vanilla JavaScript and HTML5 features) without any external resources or libraries. A basic HTML environment, including a `