© Institute Of Information Technology & Enabled Services (IITES).
Website Developed & Maintained by - IITES
Javascript - Web Scripting Language
JavaScript makes websites interactive. HTML & CSS will let you make nice looking webpages, but they'll be static, this programming language will allow you to ask users to input information, move elements around on the page, and make your website more functional overall. JavaScript is programming code that can be inserted into HTML pages.

Topics Covered in - JavaScript - Web Scripting Language
-
1. Introduction to JavaScript
An introduction to JavaScript, a beginner-friendly programming language.. -
2. Strings, numbers and variables
Learn how to use strings, numbers, variables in javascript. -
3. Functions
Functions store blocks of code that you can later call at any time to avoid repetition in your program. -
4. Loops in JavaScript
Loops are a series of instructions that repeat until a condition is met. -
5. Control Flow
Conditionals let your program make choices to execute different parts of your code.. -
6. Data Structures
Arrays and objects are more complex data structures that will allow us to write more powerful programs. -
7. Objects
Objects are a data type that lets us store real world information within a single structure. They're the building blocks of object-oriented programming (OOP). -
8. Changing HTML Content, Images, Styles.
Javascript can be used to dynamically changes the HTML Content, Images, Styles. -
9. JavaScript Form Validation.
Used to validate data in HTML forms before sending off the content to a server.