From cf327d0ce250e208e9aa770ffd541616793c3437 Mon Sep 17 00:00:00 2001 From: Jad Joubran Date: Mon, 29 Jul 2019 11:20:32 +0200 Subject: [PATCH] Add learnjavascript.online & codetogo.io to /javascript --- store.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/store.json b/store.json index 986cd43..b9b7fc5 100644 --- a/store.json +++ b/store.json @@ -504,6 +504,16 @@ "title": "Javascript Weekly", "desc": "A free, once–weekly email roundup of JavaScript news and articles.", "url": "https://javascriptweekly.com/" + }, + { + "title": "Learn JavaScript Online", + "desc": "The easiest way to learn & practice modern JavaScript", + "url": "https://learnjavascript.online/" + }, + { + "title": "Code to go", + "desc": "Find up to date snippets for common JavaScript use cases", + "url": "https://codetogo.io/" } ] },