Skip to content

Commit 705693d

Browse files
author
Alizamin Jafarli
authored
Update README.md
1 parent bcfc420 commit 705693d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# JavaScript (JS)
22
JavaScript often abbreviated as JS, is a high-level, interpreted scripting language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions. Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web. JavaScript enables interactive web pages and is an essential part of web applications.
33

4-
# Useful resources:
5-
<ul>
6-
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"> MDN JavaScript</a></li>
7-
<li><a href="https://www.w3schools.com/js/">W3schools JS</a></li>
8-
<li><a href="https://bestofjs.org/">The best of JavaScript, HTML and CSS </a></li>
9-
<li><a href="https://github.com/HackTechGO/fundamentals">JS Fundamentals</a></li>
10-
<li>What you can do with JS: <a href="https://patatap.com/">Patatap</a></li>
11-
<li>MUST Books, Articles and Videos</li>
4+
# MUST:
125
<ul>
136
<li>Book: <a href="https://github.com/HackTechGO/You-Dont-Know-JS">You Don't Know Javascript</a></li>
147
<li><a href="https://www.youtube.com/watch?v=y3itGTCseAk">Nodes Versus Elements in the DOM</a> (Recommend to get subscribed to his channel as well)</li>
158
<li><a href="https://www.bitdegree.org/learn/nodelist#nodelist-main-tips">NodeList vs. HTMLCollection</a></li>
169
<li><a href="https://www.nikpro.com.au/javascript-nodelist-and-html-dom-collection-and-how-to-use-them/">Javascript NodeList and HTML DOM collection and how to use them </a></li>
1710
</ul>
11+
12+
# Other Useful Resources:
13+
<ul>
14+
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"> MDN JavaScript</a></li>
15+
<li><a href="https://www.w3schools.com/js/">W3schools JS</a></li>
16+
<li><a href="https://bestofjs.org/">The best of JavaScript, HTML and CSS </a></li>
17+
<li><a href="https://github.com/HackTechGO/fundamentals">JS Fundamentals</a></li>
18+
<li>What you can do with JS: <a href="https://patatap.com/">Patatap</a></li>
1819
</ul>

0 commit comments

Comments
 (0)