Javascript Video Tutorial 7: Functions




Javascript Video Tutorial Podcast » Podcast Feed show

Summary: Functions allow you to create a piece of code and execute at any point during the execution of the program. This video discusses functions, function calls, passing arguments to a function, returning values from a function, and the scope of variables within a function.