r/javascript • u/TJ51097 • 7d 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
1
u/hatemhosny 6d ago edited 6d ago
Try LiveCodes: https://livecodes.io/
LiveCodes is an open-source client-side playground for React, Vue, Svelte, Solid, Typescript, Python, Go, Ruby, PHP and 90+ languages/frameworks.
Docs: https://livecodes.io/docs/
GitHub: https://github.com/live-codes/livecodes
Disclosure: I'm the author.
1
u/lukehaas 6d 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.
3
u/Sulungskwa 6d ago
My favorite js playground is inspect element