Javascript

concept of JavaScript

concept of JavaScript?

JavaScript Introduction JavaScript is a cross-platform, object-oriented scripting language used to make web pages interactive (e.g., having complex animations, clickable buttons, popup menus, etc.). JavaScript contains a standard library of objects, such as Array, Date, and Math, and a core set of language elements such as operators, control structures, and statements. In this blog we

concept of JavaScript? Read More »

client-side scripting language and server-side scripting

client-side scripting language and server-side scripting

Introduction to Scripting Languages All scripting languages are programming languages. The scripting language is basically a language where instructions are written for a run time environment. They do not require the compilation step and are rather interpreted. It brings new functions to applications and glue complex system together. A scripting language is a programming language

client-side scripting language and server-side scripting Read More »