Jupiter Notebook
Local notebook-style JavaScript cells. Runs fully in-browser with no server.
Add cell
Cells: 1
Code lines: 2
No backend required
Cell 1
Run
Remove
const values = [3, 7, 11]; values.map((n) => n * 2);