JavaScript Core is simply known as JavaScript, which is a high-level, dynamic, and interpreted programming language. It is primarily used to enhance the interactivity of web pages and create dynamic content on the client side. JavaScript is an essential component of web development, as it allows developers to build responsive and interactive user interfaces.
JavaScript language is made up of:
- Core JavaScript
Core JavaScript supports both the client and server side.
- Client-Side Scripting
JavaScript is primarily a client-side scripting language, meaning it runs on the user's browser rather than on the web server. It is commonly used to manipulate the Document Object Model (DOM) of a webpage.
- Server-side Scripting
Server-side JavaScript refers to the execution of JavaScript code on the server rather than the client's browser