Month: December 2014

What is the difference between instanceof and typeof operators in JavaScript?

Use of typeof Operator in JavaScript typeof checks for the datatype of a given value. Suppose you have a value in a variable or have multiple values in an array and you want to check the datatype or value type of that value then typeof operator is a solution in JavaScript. I am giving an example […]

Magento Installation with Sample Data

Introduction Magento is most popular ecommerce software developed in PHP in the world. Businesses use this application to help them sell products through their website. Magento is an expert instruction for launching your online store and helps you get your ecommerce store up and running with no coding. Magento Installation Here are the steps for installing […]