Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Object-Oriented Programming with JavaScript
Rating: 4.4 out of 5(76 ratings)
583 students

Object-Oriented Programming with JavaScript

Learn how to work with an object-oriented programming model in one of the web's most popular languages.
Created byInfinite Skills
Last updated 1/2017
English

What you'll learn

  • differentiate how object-oriented programs are built in Javascript versus traditional object-oriented languages.
  • create and run object-oriented programs with JavaScript.

Course content

7 sections29 lectures1h 59m total length
  • Important - Download These First - Working Files0:01
  • Introduction And About The Author0:55
  • Understanding Object-Oriented Programming3:53
  • Object-Oriented Programming In Javascript2:08
  • Using Javascript4:26

    Learn to run JavaScript in node and in the browser, install node, use the REPL for quick feedback, save and load scripts, and use the browser console for interactive testing.

  • How To Access Your Working Files2:45

    Access, copy, and save the working files by downloading or extracting them, then place them on your desktop and open from the player or DVD.

Requirements

  • a basic understanding of Javascript

Description

JavaScript continues to evolve and have an enormous impact on UI and app development for the web. In this course, you will learn how to write classically object-oriented programs in JavaScript, as well as how to take advantage of prototypal inheritance. This course is designed for users that already have experience with JavaScript. You will start by learning basic object-oriented programming concepts and JavaScript's object model, then jump into learning about scope in JavaScript. From there, Ethan will teach you about classically object-oriented JavaScript, such as object prototypes, the prototype chain, and data hiding. Finally, this training video will cover duck typing and behavior injection.

Who this course is for:

  • developers who are familiar with Javascript but wanting to expand their capabilities.