Merge pull request #114 from jadjoubran/patch-1

Add learnjavascript.online & codetogo.io to /javascript
This commit is contained in:
wellá
2019-08-20 10:37:36 +02:00
committed by GitHub

View File

@@ -509,6 +509,16 @@
"title": "Javascript Weekly",
"desc": "A free, onceweekly 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/"
},
{
"title": "Clean Code Javascript",