Home Tech & Coding Programming languages JavaScript
Object-Oriented JavaScript

Object-Oriented JavaScript

Learn how to build objects, create classes, and manage inheritance with object-oriented JavaScript.
Video Beginner Advanced
UPVOTE 0
SAVE THIS COURSE
Course Website
www.udacity.com
Share this page
Other courses you might like
Gallery
Description

Summary

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.

Expected Learning

As a front-end web developer, JavaScript is one of the most important languages in your toolbox. A strong foundation in the language’s features empowers you to build efficient and performant web applications. In this course, you’ll explore a variety of ways to write object-oriented code in JavaScript.

You’ll build classes to create new objects that share similar data and functionality. You'll reduce your development time by leveraging JavaScript's prototypal inheritance model, leading to modular and reusable code. And thanks to abstraction and private state, your data will be safe and secure.

Syllabus

Lesson 1: 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
Lesson 2: Functions at Runtime
  • Leverage functions as first-class functions
  • Identify when a scope is created
  • Utilize closures and IIFE's to build private state
Lesson 3: Classes and Objects
  • Write a constructor function to instantiate objects
  • Identify and manually set the value of this
  • Implement prototypal inheritance

Required Knowledge

This course builds on the skills covered in Intro to JavaScript. Prior to taking this course, the student should be able to:

  • Explain and utilize JavaScript's primitive types
  • Write conditions and loops
  • Recognize object syntax and structure
  • Declare functions
  • Navigate and use Chrome DevTools

See the technology requirements for using Udacity.


Pricing:
Free
Level:
Intermediate
Duration:
3 weeks
Educator:
Richard Kalehoff
Submitted by:
Coursearena
Reviews
Would you recomment this course to a friend?
Discussion
There are no comments yet. Please sign in to start the discussion.
Other courses you might like