Skip to content

Commit 1c96138

Browse files
author
Alizamin Jafarli
authored
Update README.md
1 parent baa8f3d commit 1c96138

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# JavaScript
1+
# 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.
3+
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://github.com/HackTechGO/You-Dont-Know-JS">You Don't Know Javascript</a></li>
9+
<li><a href="https://github.com/HackTechGO/fundamentals">JS Fundamentals</a></li>
10+
</ul

0 commit comments

Comments
 (0)