Dave's Javascript Blog
Monday, April 6, 2015
Google Tag Manager Experiment
›
This is an experiment to use Google Tag Manager to display a alert when ever this page is rendered.
Saturday, September 20, 2014
Javascript - Ajax and Json
›
What's web service? A web service is a file or program that can provide data to your web application. What's Json? JSON is s...
Tuesday, July 22, 2014
Javascript Learning Note - The very Basics
›
First of all, Javascript is an object-based language, it has a lot features that're similar to those of Object-Oriented language, but th...
Tuesday, February 4, 2014
Javascript Types
›
We can categorize Javascript data types in different ways. Category I Primitive Types Numbers, strings, booleans, null, undefined ...
Monday, December 2, 2013
Function Invocation
›
Javascript functions can be invoked in four ways: functions, methods, constructors, call() and apply() They differs from each other in...
Sunday, December 1, 2013
Javascript - Why Assign this value in self
›
In Javascript, we see this line of code frequently self = this; We know this refers to the invocation context, but why we need to assign...
Tuesday, November 26, 2013
Variable Scope & Function Scope
›
According to the book Javascript The Definitive Guide, The scope of a variable is the region of your program source code in which it is def...
›
Home
View web version