Skip to content

Commit 18018a5

Browse files
author
Alizamin Jafarli
authored
Update README.md
1 parent b10d346 commit 18018a5

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
@@ -2,9 +2,10 @@
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>
77
<li><a href="https://github.com/HackTechGO/fundamentals">JS Fundamentals</a></li>
8+
<li><a href="https://github.com/airbnb/javascript#amendments">Airbnb JS</a></li>
89
<li>Articles:</li>
910
<ul>
1011
<li><a href="https://www.evernote.com/shard/s386/u/0/sh/38a3284e-0dd5-43f9-850e-e00b11da8265/33c60d4efb1e7ec24b4eada875982ae0">Function expressions vs. function declarations</a></li>

0 commit comments

Comments
 (0)