This commit is contained in:
André Weller
2019-06-15 02:47:31 +02:00
parent 791a239762
commit 7ddcd3423a
2 changed files with 5 additions and 5 deletions

View File

@@ -58,11 +58,6 @@ export default {
desc: 'This is a book about javascript, programming, and the wonders of the digital. You can read it online or get a paperback copy of it.',
url: 'http://eloquentjavascript.net'
},
{
title: 'MDN web docs - Javascript',
desc: 'Tutorials, references, tools and resources. Your goto documentation to learn js.',
url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript'
},
{
title: 'Learn javascript fast',
desc: 'Welcome to learnjavascriptfast.com, a free online course designed to help you learn Javascript fast with hands-on project. Our aim is to equip you with enough knowledge to start coding your own Javascript pages immediately upon completion of this course.',