YoVDO

Object-Oriented JavaScript

Offered By: Udacity

Tags

Javascript Courses Web Development Courses Object-oriented programming Courses Software Design Courses Closures Courses Prototypal Inheritance Courses

Course Description

Overview

This course is designed to teach web developers how to utilize the various object-oriented programming features within JavaScript. Object-oriented programming allows developers to build applications with reusable and maintainable blocks of code, which leads to efficiency and simplified software design.

With object-oriented JavaScript, you'll be able to build classes to construct objects that encapsulate both data and functionality. You'll also learn how to leverage prototypal inheritance to maintain DRY code, allowing you to pass behaviors down to objects. You'll also learn how to keep data safe and secure by creating private state with closures and immediately-invoked function expressions.


Syllabus

  • Objects in Depth
    • Create objects and add/remove properties to them,Write methods to access and mutate an object's properties,Learn how variables are properties on window
  • Functions at Runtime
    • Leverage functions as first-class functions,Identify when a scope is created,Utilize closures and IIFE's to build private state
  • Classes and Objects
    • Write a constructor function to instantiate objects,Identify and manually set the value of this,Implement prototypal inheritance

Taught by

Richard Kalehoff

Related Courses

Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera
C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera
Introduction to Programming for Musicians and Digital Artists
California Institute of the Arts via Coursera
Beginning Game Programming with C#
University of Colorado System via Coursera
Paradigms of Computer Programming
Université catholique de Louvain via edX