Javascript Object oriented programming
*JavaScript is a prototype-based language which contains no class statement. Instead JavaScript uses functions as classes. Defining a class is as easy as def...
*JavaScript is a prototype-based language which contains no class statement. Instead JavaScript uses functions as classes. Defining a class is as easy as def...
A closure is a special kind of object that combines two things: a function, and the environment in which that function was created. The environment consists ...
Module Pattern - It stays out of the global namespace, provides publicly addressable API methods, and supports protected or “private” data and methods along ...
To create a HTML link which does nothing when user clicks it, use like below
Requirement Reference For loop variable i in setTimeout function Wrong way for(var i = 1 ; i <= 10; i++) { console.log('i in for :: ' + i); ...
== Equals>If the two operands are not of the same type, JavaScript converts the operands then applies strict comparison.
EC2 private key file has extension .pem , which cannot be used by PuTTY. So we have to convert .pem to .ppk format which PuTTY accepts. Listing the steps be...
Solution 1: NoMachine
*Make sure you have Wine installed http://www.winehq.org/download/ubuntu
IR Remote model which I am using is “Noah Company MediaGate HA-IR01SV Windows Vista Home Premium and Windows Vista Ultimate MCE Remote Control, 1 Channel IR ...