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

@@ -510,6 +510,16 @@
"desc": "A free, onceweekly email roundup of JavaScript news and articles.", "desc": "A free, onceweekly email roundup of JavaScript news and articles.",
"url": "https://javascriptweekly.com/" "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", "title": "Clean Code Javascript",
"desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.", "desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.",