Categories: JavaScript

Close Internet Explorer without Confirm Prompt through JavaScript

This article explains about how to close the Internet Explorer or IE browser without any confirm prompt.

Categories: JavaScript

Validating Date is in Current Week using Javascript

It discuss about how to check whether particular date is in current week or not by using javascript.

Categories: JavaScript

Data types in Javascript

Discuss about what are the data types available in java script and how to use those data types in java script. It mainly discuss about Undefined, Null, Boolean, Number, String data types in java script.