Released
12/16/2013- What are functions?
- Using functions as objects
- Understanding call-and-apply invocation
- Using the arguments parameter
- Returning values
- Understanding hosting and variable scope
- Chaining module method calls
Skill Level Intermediate
Duration
Views
- [Voiceover] Hey there, this is Ray Villalobos, and welcome to JavaScript Functions. In this course, I'm going to take a deep dive into the functional nature and some of the patterns that are commonly used when working with functions. I'll start by showing you how functions work, how they're declared, and invoked. Then we'll examine how all functions are JavaScript objects, and the implications that has on your app development. We'll do an exercise that tests your knowledge of basic JavaScript function concepts. Finally, I'll show you how to set up anonymous closures and walk you through creating a JavaScript module so you can use to make your code easier to reuse across projects.
That's enough talk. Let's get started with JavaScript Functions.
Share this video
Embed this video
Video: Welcome