The Date object is a datatype built into the JavaScript language. Date objects are created with…
Category: Javascript
Javascript interview questions and answers
Array in Javascript
Array is a variable that is used to hold more than one value in a single…
What is comments and types of comments in javascript?
For two reasons we can have comments in the code, one is to define the…
what is javascript function?
Javascript function is grouping a set of codes to perform particular operations. we will invoke…
Attributes for script tag
For a basic thing, HTML element can contain some attributes. For example you can set background…
What is javascript with basic example ?
Javascript is a programming language for the web apllications. Let’s start a script, Scripts are a…