Skip to content

Commit e335b97

Browse files
author
Alizamin Jafarli
authored
Update README.md
1 parent 66c44ac commit e335b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-
# MUST:
4+
# MUST: https://www.evernote.com/shard/s386/u/0/sh/679872e6-9ee1-4d49-9029-b57f7749fcd5/0bdd9f06f48635a3130a5c9d07779bd1
55
<ul>
66
<li>Book: <a href="https://github.com/HackTechGO/You-Dont-Know-JS">You Don't Know Javascript</a></li>
77
<li><a href="https://github.com/HackTechGO/fundamentals">JS Fundamentals</a></li>
@@ -11,6 +11,7 @@ JavaScript often abbreviated as JS, is a high-level, interpreted scripting langu
1111
<li><a href="https://www.bitdegree.org/learn/nodelist#nodelist-main-tips">NodeList vs. HTMLCollection</a></li>
1212
<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>
1313
<li><a href="https://www.evernote.com/shard/s386/u/0/sh/af2449fc-c9de-4334-9328-f5c215ea93ba/fee416e4cf8f9f6e13f8427973eedbda"> JavaScript: What the heck is a Callback? </a></li>
14+
<li><a href="https://www.evernote.com/shard/s386/u/0/sh/679872e6-9ee1-4d49-9029-b57f7749fcd5/0bdd9f06f48635a3130a5c9d07779bd1"> What is AJAX and How Does It Work? </a>, <a href="https://www.w3schools.com/whatis/whatis_ajax.asp">w3schools</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX/Getting_Started">MDN</a></li>
1415
</ul>
1516
<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>
1617

0 commit comments

Comments
 (0)