You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,24 @@
1
-
# JavaScript
2
-
3
-
Learning the JavaScript Language from the Internet. [](http://hits.dwyl.com/Ch-sriram/JavaScript)
1
+
# JavaScript - Proof of Concept
4
2
3
+
Implementation & Explanation of Beginner to Advanced JavaScript Concepts [ES5 & ES6]. [](http://hits.dwyl.com/Ch-sriram/JavaScript)
5
4
6
5
Resources:
7
6
8
-
<ol>
9
-
<li>
10
-
<a href="https://www.udemy.com/the-complete-javascript-course/">JS Course</a> & <a href="https://github.com/jonasschmedtmann/complete-javascript-course">Github Repo for JS</a> by <a href="https://twitter.com/jonasschmedtman">Jonas Schmedtmann</a>
11
-
</li>
12
-
<li>
13
-
<a href="https://github.com/getify/You-Dont-Know-JS">You Don't Know JS</a> by <a href="https://github.com/getify">Kyle Simpson (getify)</a>
14
-
</li>
15
-
<li>
16
-
<a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript">JS Docs by MDN</a>
17
-
</li>
18
-
</ol>
7
+
1.[JS Course](https://www.udemy.com/the-complete-javascript-course/) & [GitHub Repo for JS](https://github.com/jonasschmedtmann/complete-javascript-course) by [Jonas Schmedtmann](https://twitter.com/jonasschmedtman)
8
+
2.[You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) by [Kyle Simpson (getify)](https://github.com/getify)
9
+
3.[JS Docs by MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript)
10
+
11
+
*More resources will be added depending on the usefulness of the resource.*
12
+
13
+
## Child Repositories (Project Deployments)
19
14
20
-
<em>More resources will be added depending on the usefulness of the resource.</em>
15
+
These are the projects that are implemented using JavaScript as a proof of concept.
0 commit comments