Hacker News new | ask | show | jobs
by austin-cheney 559 days ago
I start with a REPL.

Otherwise I have been writing JavaScript long and have enough supporting Node libraries to do just about anything that I can prototype pretty fast. I don’t normally use frameworks and I especially wouldn’t use a front end framework for prototyping because I would spend time unraveling framework nonsense than testing the actual idea.

1 comments

What do you mean REPL?
In the case of JavaScript write code in the browser’s console or Node’s CLI console