Settings

Theme

Show HN: I Built a JavaScript Console

github.com

1 points by sonnyt 2 years ago · 0 comments · 1 min read

Reader

I needed a convenient way to quickly run JavaScript code without having to open VSCode or a terminal. Other alternatives I found were either too bloated with a heavy focus on HTML and CSS, or too basic with unreliable logging. So, I decided to build my own JavaScript console using the same editor that VSCode uses, which provides a lot of handy features right out of the box.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection