Merge pull request #114 from jadjoubran/patch-1
Add learnjavascript.online & codetogo.io to /javascript
This commit is contained in:
10
store.json
10
store.json
@@ -510,6 +510,16 @@
|
|||||||
"desc": "A free, once–weekly email roundup of JavaScript news and articles.",
|
"desc": "A free, once–weekly 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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user