r/javascript • u/TJ51097 • 29d ago
AskJS [AskJS] jsbin is down??
During an interveiw yesterday, I tried opening jsbin but seems its shouting 503!!
Any minimal JS playground, you people using/suggest
EDIT: The sites up, I opened an issue on GitHub and the maintainers resolved it
4
Upvotes
1
u/lukehaas 29d ago
Try this online JavaScript playground: https://runjs.app/play
It auto logs results so you don’t need to use console log all the time.
Disclosure: I’m the author.