Add RunJS

This commit is contained in:
Luke Haas
2024-03-27 18:19:52 +00:00
parent bcbcd8893e
commit f23dd69906

View File

@@ -799,6 +799,7 @@ When learning CS, there are some useful sites you must know to get always inform
- [Judge0 IDE](https://ide.judge0.com) : Online compiler with 40+ interpreters and compilers. - [Judge0 IDE](https://ide.judge0.com) : Online compiler with 40+ interpreters and compilers.
- [Pastebin.com](https://pastebin.com) : Pastebin can store texts like code, notes, and snippets online for a set time which can be shared instantly. - [Pastebin.com](https://pastebin.com) : Pastebin can store texts like code, notes, and snippets online for a set time which can be shared instantly.
- [PlayCode](https://playcode.io/) : Online Javascript playground with a built-in console and support for npm packages. - [PlayCode](https://playcode.io/) : Online Javascript playground with a built-in console and support for npm packages.
- [RunJS](https://runjs.app/play) : Online JavaScript playground with instant live feedback
- [StackBlitz](https://stackblitz.com/) : Instant Dev environments with support of nodejs and npm packages. - [StackBlitz](https://stackblitz.com/) : Instant Dev environments with support of nodejs and npm packages.
- [Wandbox](https://wandbox.org/): Online compiler with bleeding edge C++ and 40 other languages. - [Wandbox](https://wandbox.org/): Online compiler with bleeding edge C++ and 40 other languages.