From a82e5591c751b1fe1649e02920fb0277cee5385f Mon Sep 17 00:00:00 2001 From: Vlad <79169736+curiousvlxd@users.noreply.github.com> Date: Sun, 30 Oct 2022 03:41:09 +0200 Subject: [PATCH] Added 2 playgrounds to the Javascript section (#9096) * Added 2 playgrounds to the Javascript section #hacktoberfest Added PlayCode and CodeHS to free-programming-playgrounds.md * Added alphabetical sorting in JavaScript section --- more/free-programming-playgrounds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index e60d9a979..03bc06079 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -172,6 +172,7 @@ ### JavaScript +* [CodeHS](https://codehs.com/explore/sandbox/javascript) * [CodePen](https://codepen.io) * [CodeSandbox.io](https://codesandbox.io) * [Esfiddle](https://esfiddle.net) @@ -181,6 +182,7 @@ * [JSBin](https://jsbin.com) * [JSFiddle](https://jsfiddle.net) * [OneCompiler](https://onecompiler.com/javascript) +* [PlayCode](https://playcode.io/javascript) * [Plunker](https://plnkr.co) * [SoloLearn](https://code.sololearn.com/web#javascript)