Javascript

Javascript tips and tricks. Plugins, libraries and tools to help with your front end website development. A particular focus on backbone.js, enber.js and responsive web design frameworks.

Prototypes - Overriding Prototypal Methods

How to override prototypal methods

Prototypes - Inheritance and Constructors

Introduction to the use of Inheritance and constructors in Javascript Prototypes

Javascript Prototypes

Introduction to Prototypes in javascript

Using Javascript Objects

Using Javascript Objects

Object Functionality

Examples of functionality in objects

Javascript Objects

Introduction to the use of objects in Javascript

Dangers at the Moment of Closure

Dangers at the Moment of Closure

Modifying Bound Values After Closure

Modifying Bound Values After Closure

Closures

Introduction to javascript closures

Returned Functions and Immediate Invocation

Returned functions and immediate invocation

Function expressions as direct parameters

Using the map() function on an array and passing in a function as the parameter.

Function expressions

Introduction to function expressions and anonymous functions.

Searching Javascript Arrays

Example of how to search through a javascript array.

Javascript Arrays

Introduction to Javascript arrays. Array creation, updating values, push() and pop().

Javascript Functions

Example of a simple javascript function

Javascript Built In Functions

Built in Javascript functions. prompt(), confirm() and alert().

Javascript While Loop

Functionality of a javascript while loop

Javascript For Loop

Functionality of a javascript for loop