Skip to content

Commit fa42280

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
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

44
# MUST:
5-
<ul>
5+
<ul>
66
<li>Book: <a href="https://github.com/HackTechGO/You-Dont-Know-JS">You Don't Know Javascript</a></li>
7+
<li><a href="https://github.com/HackTechGO/fundamentals">JS Fundamentals</a></li>
78
<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>
89
<li><a href="https://www.bitdegree.org/learn/nodelist#nodelist-main-tips">NodeList vs. HTMLCollection</a></li>
910
<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>
10-
</ul>
11+
</ul>
1112

1213
# Other Useful Resources:
1314
<ul>
1415
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"> MDN JavaScript</a></li>
1516
<li><a href="https://www.w3schools.com/js/">W3schools JS</a></li>
1617
<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>
1818
<li>What you can do with JS: <a href="https://patatap.com/">Patatap</a></li>
1919
</ul>

0 commit comments

Comments
 (0)