From 07ed7a68d53f1461d7d5872d8d7ace36bec2f60f Mon Sep 17 00:00:00 2001 From: Bastian Albers Date: Wed, 29 Jul 2020 22:01:25 +0200 Subject: [PATCH] Added CS50's Introduction to Computer Science CS50's Introduction to Computer Science --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c04675e..50db6d9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is a collection of materials that can help you learn frontend development. ## Content * [HTML & CSS](#htmlcss) * [Javascript](#javascript) +* [General Computer Science](#generalcs) ## Html & CSS ### Basic tutorials @@ -27,4 +28,7 @@ This is a collection of materials that can help you learn frontend development. - [JavaScript for absolute Beginners](http://opentechschool.github.io/js-beginners-1/) Learn the basics in a day or two - what are variables, objects, arrays, loops, functions and how to use all that - [freeCodeCamp](https://www.freecodecamp.org/learn/) Go through the 300 hours JavaScript Algorithms and Data Structures Certification to get a solid JavaScript foundation ### Books (available online) -- [Eloquent JavaScript](https://eloquentjavascript.net/) A book about JavaScript programming, covering all the basic and a lot of advanced topics. \ No newline at end of file +- [Eloquent JavaScript](https://eloquentjavascript.net/) A book about JavaScript programming, covering all the basic and a lot of advanced topics. + +## General Computer Science +- [CS50's Introduction to Computer Science](https://www.edx.org/course/cs50s-introduction-to-computer-science) An introduction to the intellectual enterprises of computer science and the art of programming.