Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1 KB

README.md

File metadata and controls

16 lines (12 loc) · 1 KB

JavaScript

I'm going to upload my JavaScript codes, exercise, and projects on this repo 🚀

What is JavaScript?

JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.

Brief history of JavaScript?

JavaScript was created at Netscape Communications by Brendan Eich in 1995. Netscape and Eich designed JavaScript as a scripting language for use with the company's flagship web browser, Netscape Navigator.