JS

JAVASCRIPT

The Language of the Web

Created: 1995 Creator: Brendan Eich Typing: Dynamic

// OVERVIEW

JavaScript is the programming language of the web. It enables interactive web pages and is an essential part of web applications. With Node.js, it runs on servers too.

🌐

Universal

Runs in every browser

âš¡

Event-Driven

Async programming model

📦

NPM Ecosystem

Largest package registry

examples.txt

                        

// USE CASES

Frontend

React, Vue, Angular

Backend

Node.js, Express, Nest

Mobile

React Native, Ionic

Desktop

Electron, Tauri

// RESOURCES