web designing

Type Conversion in JS

Javascript has loosely typed language or dynamic type language. It automatically converts the data into the right type, but it creates problems when w...

Local Storage in Javascript

Local Storage allows developers/designers to store data in a browser with no expiry date.  It can store data longer period of time till then users don...