Intro About Java Script
Source: Dev.to
Introduction
In today’s class I learned a short introduction to JavaScript, so I’ll share some facts about JavaScript in this blog.
What Is JavaScript?
JavaScript is a high‑level programming language that is used alongside HTML and CSS. It defines the behavior of HTML and CSS elements and is the most widely used front‑end language worldwide.
History
- JavaScript was created by Brendan Eich in 1995. He is a computer programmer and technology executive.
- The language was originally named Mocha, then renamed LiveScript.
- To capitalize on the popularity of the Java language at the time, it was renamed JavaScript.
- Brendan Eich reportedly created the language in just 10 days.
Usage
JavaScript is primarily used in browsers, but it also runs on servers, mobile apps, and AI tools.