JavaScript
Quick Definition
Programming language enabling interactive web content
Full Definition
A programming language enabling interactive and dynamic web content in browsers.
Examples
DOM manipulation, event handling, fetch API, ES6+ features
Related Terms
html
css
typescript
More Frontend Terms
Progressive Web App
Web apps with native app-like experience and offline support
Virtual DOM
Lightweight DOM copy for efficient UI updates
Web Component
Browser-native technology for reusable custom HTML elements
Vue.js
Progressive JavaScript framework for user interfaces
CSS-in-JS
Styling approach writing CSS within JavaScript files
Service Worker
Background script enabling offline support and notifications