Skip to content

I'm going to upload my JavaScript codes, exercise, and projects on this repo ๐Ÿš€

Notifications You must be signed in to change notification settings

ruhulaminparvez/JavaScript

Repository files navigation

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.