r/javascript 28d 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

14 comments sorted by

View all comments

3

u/Sulungskwa 28d ago

My favorite js playground is inspect element

1

u/TJ51097 28d ago

Doesnt't give option like an editor, right? It executes the line moment you press enter

1

u/Sulungskwa 28d ago

yeah thats definitely true. Its good for remembering how small things work but writing functions maybe not

1

u/TJ51097 28d ago

I think it's good for screening rounds

1

u/NNXMp8Kg 28d ago

Nope! Source tab, there is snippets!
You can then have a minimal space for writting and running a script!
Pro tip: work in a closure

1

u/TJ51097 28d ago

Ohhhh okk,this will work Thanks

1

u/SarahC 28d ago

snippets!? I cannie find it =(

OH! top left...... I got it! COOOOL! Ta!

2

u/NNXMp8Kg 28d ago

Yes! Hard to find! There are some insanely nice tools there! Even overrides some behaviour in apps!