Added JavaScript Questions

This commit is contained in:
Jacob Herper
2019-08-13 10:17:06 +01:00
committed by GitHub
parent 76167ff270
commit 27aaee2cd2

View File

@@ -509,6 +509,11 @@
"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.",
"url": "https://github.com/ryanmcdermott/clean-code-javascript" "url": "https://github.com/ryanmcdermott/clean-code-javascript"
},
{
"title": "List of (Advanced) JavaScript Questions",
"desc": "A curated list of JavaScript questions from basic to advanced to either refresh your knowledge or prepare for job interviews. Updated weekly with new questions and available in several languages.",
"url": "https://github.com/lydiahallie/javascript-questions"
} }
] ]
}, },