Javascript Intermediate level 2 – All about functions

Javascript Intermediate level 2 – All about functions

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2.5 Hours | 359 MB

Learn to create different types of function in JavaScript

Functions are one of the most used features of any programming language especially in JavaScript. There many different ways to create functions in JavaScript and is “Crucial” to learn then if you are serious about JavaScript.

Every developer must master functions in order to write better reusable code. Functions in JavaScript can be weird at times, but this course will make things easier for you to understand.

This course will take you by the hand, step-by-step from the very basics of functions to an intermediate level where you will feel comfortable using functions in many different ways.

By learning to invoke and use function in many different ways, you open the doors of creativity. Things that were hard to do are now easy and things that were Impossible are now possible

After developing and teaching for a couple years I know from experience what students really need, and my focus is in developing courses that enhances the student’s knowledge and make him or her a better developer but at the same time with some fun involved.

Come join us, and let’s learn to Master Javascript Functions.

What Will I Learn?

  • At the end of this course students will able to MASTER JavaScript Functions
  • At the end of this course students will able to write more complex JavaScript code
  • At the end of this course students will able create more flexible JavaScript applications
Table of Contents

The first steps
1 Introduction
2 Reference files
3 The editor we are using

Lets start learning
4 Function basics
5 Function literal
6 JavaScript Objects
7 Object Constructor part 1
8 Object Constructor part 2
9 Prototype
10 Call and Apply Methods
11 The arguments object
12 Anonymous closure function
13 The return statement
14 Variable scope and hoisting
15 Local and Global scope
16 The scope chain
17 Hoisting

Modules
18 Modules intro
19 Creating Modules
20 Seting deafults
21 Method chaning

Project
22 Project introduction
23 Setting up markup
24 Images object setup
25 Creating the insert images method part 1
26 Creating the insert images method part 2
27 Creating the insert images method part 3
28 Conclusion and BONUS