Callback Functions Simple Example

Callback Functions Simple Example

Prerequisites

This builds on foundational knowledge of Javascript. You should have a working knowledge of programming, functions and Javascript

Summary

This covers the concept of a callback function – this is an example similar to Lecture – Callback Functions in JavaScript but does not use jQuery.

Video

Reference Materials

Code for the video is at http://jsfiddle.net/reaglin/y677w8p9/ 

Additional Information

COP 4813 Lectures