Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 510
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 54
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 60
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/init.php on line 481
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 76
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 85
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 93
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/func/func.core.php on line 1836
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/cron.php on line 105
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 49
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 79
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/get_language.php on line 165
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/product.php on line 82
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
eClasses.org�::�Course Catalog�::�Intermediate JavaScript
eClasses.org :: Course Catalog :: Intermediate JavaScript

Intermediate JavaScript (P132)

This course is designed for students who have a firm grasp of the foundation of JavaScript syntax and want to learn how they can take their skills to the next level in progressing into the field of JavaScript Application development.

Today and in foreseeable future modern web development will be used with some form of framework and/or library whether it be run on the server or on the client (browser). Since JavaScript is steadily growing to be the most popular programming language used on the web, it makes the most sense to be the one language you need to learn well.

Every popular JavaScript framework and library (eg. Ember.js, AngularJS, Node.js, BackBone,js, jQuery, etc.) requires significant knowledge of object oriented fundamentals as well as module-view-controller patterns which are two of the main components of being a successful web developer/software engineer today.

Another example of the importance of JavaScript: Almost all of the coding boot camps popping up all over, mainly focus on JavaScript as their programming language of choice in preparing students to become web developers (eg. JavaScript developers and software engineers).

This class will take you through all the key components of understanding how to program in an object-based language and use common practices in helping you learn any JavaScript framework.
    Objectives for this class:
  • Understanding the concept of objects and how to build and use them:
    • Constructors
    • Prototypes
    • Built-in objects
    • Properties and Methods
    • this keyword
    • Inheritance
  • Creating and use JSON objects for data storage and retrieval.
  • What is scope with objects and functions
  • Understanding and using closure
  • Using and understanding the various JavaScript patterns used in modern programming
  • Review of various MVC patterns.
  • Advantages and disadvantages of using a JavaScript framework
  • Review of the popular framework AngularJS and library Underscore.js

Applicable Job Roles: Front-end developer, web developer, JavaScript Engineer

Outline
Week 1: JavaScript Scope
  • JavaScript as a Compiled Language
  • What is Scope?
    • Overview
    • Left and Right References
    • Nested Scope
    • Lexical Scope
  • Module Management
    • Function as Scope
    • Function vs Block Scope
    • Function Member Hiding
    • Anonymous vs Named Functions
    • IIFE
  • Hoisting
  • Scope Closure
Week 2: Objects and Functions part 1
  • Object Oriented Programming Overview:
    • Wrappers
    • Behaviors
    • Getters and Setters
    • Objects Interface
    • Inheritance
  • JavaScript Object Oriented Programming
    • Primitive Types
    • Reference Types
    • De-referencing Objects
  • Objects and Array Literals
  • JSON
    • JavaScript Objects vs JSON
    • Extracting data from JSON
Week 3: Understanding 'this'
  • Class theory
  • More on Prototypes
  • What does ‘this’ really mean?
    • Understanding call site
    • Implicit and explicit binding
Week 4: Objects and Functions part 2
  • Understanding Objects
    • Properties and Methods
    • Enumeration
    • Types of Properties
  • Constructors
  • Prototypes
    • Creating custom
    • Built-in prototypes
    • Advantages over other techniques
    • With inheritance
  • Object inheritance
Week 5: Patterns
  • What is a pattern?
  • Structure of a design pattern
  • Categories of deign patterns
  • JavaScript Design patterns
    • Object literal
    • Function that returns an object
    • Constructor Function
    • Constructor Function with prototype
    • Prototype chain
    • Module pattern
    • Private Members for Constructors
    • Namespaces
Week 6: MV* Patterns Overview
  • Understanding Models, Views and Controls
  • What is templating? (eg. Handlebars.js, Mustache.js)
  • MV* Patterns
    • MVP
    • MVVM
    • Pros and Cons of each
Week 7: AngularJS Overview
  • What is AngularJS?
  • Requirements
  • Benefits
  • Philosophy
  • AngularJS MVC pattern
  • Creating a sample application
Week 8: Underscore.js Overview
  • What is Underscore.js?
  • Useful utility functions
  • Working with JSON examples
Prerequisites
  • Students should have taken the Introduction to JavaScript or have a solid foundation of the JavaScript language.
Requirements
  • A modern browser: Firefox, Chrome or a modern web browser
  • A web host (a free one is fine too!) to post assignments.
Books
  • No Books are required for this class


Additional information:

Your place in the course is confirmed by your payment. Introductory courses are intended for students with no experience in the subject matter and are seeking beginner level training.

Refund Policy: Please read our Terms and Refund Policy before registering for this course.

Additional Cost: Book and software might be required for the course. Read the Requirements and Book section for more information. Course fee does not include the book and software cost .

How eClasses Work:Instructors post lectures (text-based, no video or audio), reading selections, and hands-on assignments once a week in the online classroom. Students can discuss the assignments with the instructor and amongst themselves in the classroom area. This format has no set meeting time, which allows students to attend class at a time most convenient to them, yet still provides logically organized communication between class participants. Students can apply for the completion certificate after finishing the class.

Intermediate JavaScript
Price: $220.00
Item No.: P132
Instructor: Frank Stepanski
Open Courses: No other sessions are scheduled for this course. You can add to your wish list and you will be notified when other sessions are scheduled.

Testimonials
Instructor's ProfileInstructor
Frank Stepanski has a Masters in software engineering and has over 10 years experience in web development. Frank has worked with technologies such as ASP.NET, SQL Server, PHP, MySQL, as well as HTML, CSS and JavaScript.
Before you register for this class, please read the Outline, Prerequisites, Requirements, Books, and Refund Policy sections carefully.
 

Testimonials

Rating

  • "Lucinda is very encouraging, clear directions and very helpful. I will put the new knowledge soon in practice and I will recommend this course. A big thank you." - Dorothy Wegmueller-Ngudle

  • "It is a good class, and not without a challenge. If you are serious about learning (more) Javascript, then definitely join in !" - Holly Cornish

  • "A good class - instructor very helpful if you have questions." - Robert Hoefer

  • "This was a challenging class for me that I thoroughly enjoyed. Thank you, Lucinda!" - Crystal Hayes

  • "Though a challenging class for me, Lucinda made the material as clear as possible and explained each student's questions so all could benefit. Her choices for supplementary online readings were excellent too." - Carol Klotz

  • "Lucinda has to be one of the best instructors out there. She's always helpful and encouraging. She even goes above and beyond what is expected -- offering additional help, solutions, examples and suggestions." - Matthew Moore