Why Semicolon in JavaScript 4

Why every statement level we are giving semicolon in Java Script ? In programming language it is compulsory to write semicolon but in Scri...
Read More

JavaScript Comments 3

Comments In Java Script Comments are nothing but NON EXECUTABLE Statements. In Java Scripts comments are classified into two types: 1 S...
Read More

JavaScipt Statements 2

In this Session we can view: window.document.write(" "); document.write(" "); Java Script Statements window.docum...
Read More

JavaScript for printing Welcome to JavaScript 1

Basic Concept: You can use any type of html tag but it should be inside document.write(" "); document.writeln : It is used to...
Read More