Topics
Advanced Web Designing
Introduction to SEO (Search Engine Optimization)
Advanced Javascript
Emerging Technologies (IOT, Cloud Computing, AI,5G)
Server-side Scripting (PHP)
E-Commerce and E-Governance
- Features
- Types of scripting
Introduction to Javascript
JavaScript is an interpreted scripting language. An interpreted language is a type of programming language that executes its instructions directly and freely without compiling machine
Features
These are some of the features of JavaScript:
- JavaScript is light weight scripting language
- No need of special software to run JavaScript programs
- It can handle date and time very effectively.
- An important part of JavaScript is the ability to create new functions within scripts.
Types of scripting
There are mainly two types of scripting:
- Client-side Scripting: In this type, the script resides on client computer (browser) and that can run on the client.
- Server-side Scripting: In this type, the script resides on web server.
If you would like to contribute notes or other learning material, please submit them using the button below.