#javascript

JavaScript is a programming language that is used to make web pages interactive. It runs on your visitor’s computer and doesn’t require constant reloads from the server.

Since the rise of Node.js, JavaScript is also used for backend development. It can also be used for desktop and mobile app development.

It is a high-level, multi-paradigm language that supports object-oriented, imperative, and functional programming styles. Because it is a interpreted language, it is dynamically typed and does not require compilation. This also causes it to be slower than compiled languages like C and Rust.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License