From 34628617729b745299c0e5aee2582c828df085f4 Mon Sep 17 00:00:00 2001 From: Mmis1000 Date: Sat, 27 Oct 2018 09:16:33 +0800 Subject: [PATCH] Add link to JSBin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6e647a4..ad054202 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Godbolt.org](https://godbolt.org) : Excellent tool for exploring the assembly output of different compilers with and without optimization. - [Ideone.com](https://ideone.com) : online compiler and debugging tool for more than 60 programming languages - [JSFiddle](https://jsfiddle.net) : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor +- [JSBin](https://jsbin.com/) : Front end playground, Output is not framed, so it allow you to share those snippet that will break inside iframe. - [Pastebin.com](https://pastebin.com) - [C9.io](https://c9.io) : Your development environment, in the cloud - [Github Gist](https://gist.github.com) : Instantly share code, notes, and snippets.