Programming with JavaScript
•
1 minute read
Introduction to JavaScript
JavaScript is a programming language primarily used in Modern Web Development to add interactivity to web pages.
Basic Concepts
JavaScript includes several fundamental concepts such as:
- Variables and constants
- Functions and objects
- DOM manipulation
For more about web development, see the article Modern Web Development.
Frameworks and Libraries
Among the most popular frameworks used with JavaScript:
- React - for building user interfaces
- Vue - a progressive framework
- Node.js - for running JavaScript on the server
Read more about Programming Basics for a deeper understanding.
Also learn Git and GitHub to manage your projects.