From eecc898a994d6a8f4b0396cec58bcfa28feec7f8 Mon Sep 17 00:00:00 2001 From: CmptAdam <37913687+CmptAdam@users.noreply.github.com> Date: Mon, 2 Apr 2018 19:54:52 -0700 Subject: [PATCH] Update README.md This file has been edited by a Computer Science student in a Technical Writing course. The students are tasked in finding online real-world documentation to edit. Full marks are achieved if the original author of the work accepts the changes; in this case a Pull Request. Please review and accept the Pull Request and thank you so much! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2621abb..558e255 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Computer Science in JavaScript -Contains the basic fundamental data structures and algorithms a front end engineer should know, written all in JavaScript. +This open source code contains the fundamental data structures and algorithms, written in JavaScript. -Front end engineers need to know a mixture of technologies and methodologies from JavaScript, CSS, HTML to design patterns, MVC/MVVM, browser performance and responsive design to name but a few concepts. +Front-end engineers should grasp a mixture of technologies and methodologies from JavaScript, CSS, HTML to design patterns, MVC/MVVM, browser performance and names. -However, Computer Science, and in particular data structures and algorithms are often ignored. While you may not use these on a day to day basis, user interfaces are becoming more complex and feature rich. +However, data structures and algorithms are often ignored. Programmers may not use data structures and algorithms on a day to day basis; therefore, user interfaces are becoming more complex and feature-rich. Every front end engineer should be able to grasp the fundamentals of the following: