From 9548ce2e235bd6d1e2e782d5b44660b9c6021b10 Mon Sep 17 00:00:00 2001 From: Lucas Bowers Date: Sun, 5 Jan 2020 17:23:52 +0000 Subject: [PATCH] added JS Bin --- categories/javascript.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/categories/javascript.json b/categories/javascript.json index ef62c32..b79d8a5 100644 --- a/categories/javascript.json +++ b/categories/javascript.json @@ -10,6 +10,16 @@ "debug" ] }, + { + "name":"JS Bin", + "description":"A tool for experimenting with web languages", + "url": "https://jsbin.com/", + "free": true, + "tags": [ + "playground", + "snippets" + ] + }, { "name": "MDN JavaScript Reference", "description": "High-quality documentation for all the JavaScript standard built-in objects, along with their methods and properties.",