We may earn an affiliate commission when you visit our partners.
Course image
Udacity logo

Object-Oriented JavaScript

Richard Kalehoff and Andrew Wong

Take Udacity's Object-Oriented JavaScript course and learn how to build objects, create classes and manage inheritance. Learn online with Udacity.

What's inside

Syllabus

Objects in JavaScript encapsulate both data and functionality. You'll create, access, and modify objects to build a solid foundation for object-oriented programming.
Read more
Functions are one of most important data structures. Learn what a "first-class function" is, learn about scope, dig into closures, and use immediately-invoked function expressions for private state.
Creating objects individually isn't sustainable. Learn how to create similar objects with ease using Classes. You'll also learn how object inheritance works through Prototypal Inheritance.
Discover object-oriented design patterns that can be used to create an object -- all without involving its prototype. What's more: you'll also learn how to implement private properties in objects.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops foundational skills in encapsulation, inheritance, and managing object-oriented code
Taught by Richard Kalehoff and Andrew Wong, experts with extensive experience in object-oriented programming
Provides a strong foundation in using functions as first-class objects
Offers a comprehensive overview of object-oriented design patterns
Suitable for learners with basic programming experience who seek to enhance their understanding of object-oriented concepts

Save this course

Save Object-Oriented JavaScript to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Object-Oriented JavaScript. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Object-Oriented JavaScript will develop knowledge and skills that may be useful to these careers:
Software Engineer
Software engineers are responsible for designing, developing, and maintaining software systems. They may work on a variety of projects, from small personal apps to large enterprise systems. Object-Oriented JavaScript is a fundamental skill for software engineers, as it allows them to create and manage complex systems in an organized and efficient way. This course will help you build a strong foundation in object-oriented programming, which will be essential for success as a software engineer.
Mobile Developer
Mobile developers are responsible for designing and developing mobile apps. They may work on a variety of projects, from simple personal apps to complex enterprise apps. Object-Oriented JavaScript is a fundamental skill for mobile developers, as it allows them to create and manage complex mobile apps in an organized and efficient way. This course will help you build a strong foundation in object-oriented programming, which will be essential for success as a mobile developer.
Web Developer
Web developers are responsible for designing and developing websites and web applications. They may work on a variety of projects, from simple personal websites to large e-commerce websites. Object-Oriented JavaScript is a fundamental skill for web developers, as it allows them to create and manage complex web applications in an organized and efficient way. This course will help you build a strong foundation in object-oriented programming, which will be essential for success as a web developer.
Game Developer
Game developers are responsible for designing and developing video games. They may work on a variety of projects, from simple personal games to complex AAA games. Object-Oriented JavaScript is a fundamental skill for game developers, as it allows them to create and manage complex game systems in an organized and efficient way. This course will help you build a strong foundation in object-oriented programming, which will be essential for success as a game developer.
Business Analyst
Business analysts are responsible for understanding the needs of a business and translating them into technical requirements. They work with a variety of stakeholders to ensure that systems are aligned with the business goals. Object-Oriented JavaScript is a useful skill for business analysts, as it allows them to understand the technical aspects of a business and make informed decisions. This course may help you build a foundation in object-oriented programming, which may be useful for success as a business analyst.
Sales Manager
Sales managers are responsible for leading and motivating a sales team. They work with a variety of stakeholders to ensure that sales goals are achieved. Object-Oriented JavaScript is a useful skill for sales managers, as it allows them to understand the technical aspects of sales and make informed decisions. This course may help you build a foundation in object-oriented programming, which may be useful for success as a sales manager.
IT Consultant
IT consultants are responsible for providing advice and guidance to businesses on how to use technology to achieve their goals. They work with a variety of clients to identify and solve technical problems. Object-Oriented JavaScript is a useful skill for IT consultants, as it allows them to understand the technical aspects of a business and make informed decisions. This course may help you build a foundation in object-oriented programming, which may be useful for success as an IT consultant.
Marketing Manager
Marketing managers are responsible for planning and executing marketing campaigns. They work with a variety of stakeholders to ensure that marketing campaigns are effective and achieve their goals. Object-Oriented JavaScript is a useful skill for marketing managers, as it allows them to understand the technical aspects of marketing campaigns and make informed decisions. This course may help you build a foundation in object-oriented programming, which may be useful for success as a marketing manager.
Product Manager
Product managers are responsible for defining and managing the vision for a product. They work with a variety of stakeholders to ensure that the product meets the needs of its users. Object-Oriented JavaScript is a useful skill for product managers, as it allows them to understand the technical aspects of a product and make informed decisions. This course may help you build a foundation in object-oriented programming, which may be useful for success as a product manager.
DevOps Engineer
DevOps engineers are responsible for bridging the gap between development and operations teams. They use their skills to ensure that software is delivered quickly and efficiently. Object-Oriented JavaScript is a useful skill for DevOps engineers, as it allows them to manage and analyze large datasets in an organized and efficient way. This course may help you build a foundation in object-oriented programming, which may be useful for success as a DevOps engineer.
Cloud Engineer
Cloud engineers are responsible for designing and managing cloud computing systems. They use their skills to ensure that systems are reliable, scalable, and secure. Object-Oriented JavaScript is a useful skill for cloud engineers, as it allows them to manage and analyze large datasets in an organized and efficient way. This course may help you build a foundation in object-oriented programming, which may be useful for success as a cloud engineer.
Technical Writer
Technical writers are responsible for creating documentation that explains technical concepts to a non-technical audience. They work with a variety of stakeholders to ensure that documentation is clear and concise. Object-Oriented JavaScript is a useful skill for technical writers, as it allows them to understand the technical aspects of a product and explain them in a clear and concise way. This course may help you build a foundation in object-oriented programming, which may be useful for success as a technical writer.
UX Designer
UX designers are responsible for designing the user experience for websites and apps. They work with a variety of stakeholders to ensure that the user experience is positive and user-friendly. Object-Oriented JavaScript is a useful skill for UX designers, as it allows them to understand the technical aspects of a product and make informed decisions about the user experience. This course may help you build a foundation in object-oriented programming, which may be useful for success as a UX designer.
Machine Learning Engineer
Machine learning engineers are responsible for designing and developing machine learning models. They use their skills to solve problems and make informed decisions. Object-Oriented JavaScript is a useful skill for machine learning engineers, as it allows them to manage and analyze large datasets in an organized and efficient way. This course may help you build a foundation in object-oriented programming, which may be useful for success as a machine learning engineer.
Data Scientist
Data scientists are responsible for collecting, analyzing, and interpreting data. They use their skills to solve problems and make informed decisions. Object-Oriented JavaScript is a useful skill for data scientists, as it allows them to manage and analyze large datasets in an organized and efficient way. This course may help you build a foundation in object-oriented programming, which may be useful for success as a data scientist.

Reading list

We've selected 15 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Object-Oriented JavaScript.
Provides a comprehensive overview of JavaScript, covering both the basics and advanced concepts. It is written in a clear and concise style, making it a great choice for beginners and experienced developers alike.
Comprehensive guide to object-oriented programming in JavaScript. It covers all the basics, from classes and objects to inheritance and polymorphism. It great choice for developers who want to learn how to write object-oriented JavaScript code.
Comprehensive reference guide to JavaScript. It covers everything from the basics to the most advanced concepts. It great choice for developers who want to learn everything there is to know about JavaScript.
Deep dive into the internals of JavaScript. It provides a detailed explanation of how JavaScript works, making it a great choice for developers who want to understand JavaScript at a deeper level.
Comprehensive guide to functional programming in JavaScript. It covers all the basics, from functions and closures to recursion and immutability. It great choice for developers who want to learn how to write functional JavaScript code.
Comprehensive guide to building full-stack React applications. It covers everything from the basics to the most advanced concepts. It great choice for developers who want to learn how to build full-stack React applications.
Comprehensive guide to Node.js. It covers everything from the basics to the most advanced concepts. It great choice for developers who want to learn how to build Node.js applications.
Practical guide to building React applications. It provides a step-by-step approach to building a real-world application. It great choice for developers who want to learn how to build React applications quickly.
Guide to functional programming in JavaScript. It provides a clear and concise explanation of functional programming concepts. It great choice for developers who want to learn how to write functional JavaScript code.
Collection of JavaScript design patterns. It provides a practical guide to solving common problems in JavaScript code. It great choice for developers who want to learn how to write reusable and maintainable JavaScript code.
Collection of JavaScript tips and tricks. It provides a wealth of information for developers of all levels. It great choice for developers who want to learn how to write better JavaScript code.
Classic in the JavaScript community. It provides a concise and opinionated guide to the good parts of JavaScript. It great choice for developers who want to learn the best practices of JavaScript.
Beginner-friendly introduction to React. It provides a clear and concise explanation of React concepts. It great choice for developers who want to learn how to build React applications.
Beginner-friendly introduction to JavaScript. It uses a visual and interactive approach to teaching JavaScript, making it a great choice for those who are new to programming.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Object-Oriented JavaScript.
Childbirth Preparation: A Complete Guide for Pregnant...
Less relevant
Oracle Autonomous Database Administration Workshop
Less relevant
Leadership and Resilience in Healthcare Risk Management
Less relevant
Prototyping and Design
Less relevant
Introduction to Data
Less relevant
Building Your First scikit-learn Solution
Less relevant
Hacking and Patching
Less relevant
AWS Machine Learning Foundations
Less relevant
Learn Web Automation Testing Using Selenium
Less relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser