We may earn an affiliate commission when you visit our partners.
Pluralsight logo

Object-oriented Concepts in JavaScript

Jim Cooper

Classes and object-oriented design are frequently used in JavaScript. This course will teach you how to use JavaScript classes to create object-oriented designs, as well as the prototypes and constructor functions upon which classes are built.

Read more

Classes and object-oriented design are frequently used in JavaScript. This course will teach you how to use JavaScript classes to create object-oriented designs, as well as the prototypes and constructor functions upon which classes are built.

JavaScript classes and object-oriented concepts are core to many JavaScript applications today, but JavaScript is not a typical object-oriented language; rather it is a loosely-typed, prototype-based language. In this course, Object-oriented Concepts in JavaScript, you’ll learn how to use classes to create object-oriented designs in JavaScript. First, you’ll explore what object-oriented programming is, what JavaScript prototypes are, and how to create object-oriented designs with constructor functions and prototypes . Next, you’ll discover how to inherit properties and behavior from other constructor functions . Finally, you’ll learn how to create object-oriented designs with JavaScript classes and how to extend classes to inherit properties and behavior from Parent classes. When you’re finished with this course, you’ll have the skills and knowledge of object-oriented programming in JavaScript needed to understand, create, and work with JavaScript classes and object-oriented JavaScript projects.

Enroll now

What's inside

Syllabus

Course Overview
Course Introduction
Understanding JavaScript Prototypes
Using JavaScript Constructor Functions
Read more
Inheritance with Constructor Functions and Prototypes
Using JavaScript Classes
Inheritance with JavaScript Classes

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Introduces OOP principles and their practical uses in JavaScript
Covers core JavaScript OOP concepts like classes, inheritance, and prototypes
Suitable for beginners looking to understand OOP in JavaScript
Offers a practical approach with constructor functions and prototypes
Taught by Jim Cooper, an experienced instructor

Save this course

Save Object-oriented Concepts in JavaScript to your list so you can find it easily later:
Save

Activities

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

Career center

Learners who complete Object-oriented Concepts in JavaScript will develop knowledge and skills that may be useful to these careers:
Web Developer
Web Developers design and create websites. They are responsible for the look and functionality of websites. With the knowledge and skills you will cultivate from this course, you will be empowered to create dynamic, object-oriented websites and web applications. You will learn how to use JavaScript classes to create object-oriented designs. You will also learn how to inherit properties and behavior from other constructor functions.
Computer Programmer
Computer Programmers write and test code that allows computer applications to run. With the skills and knowledge you'll gain from this course, you will be empowered to work on the object-oriented code used in many computer applications. This course will help you understand how to use JavaScript classes to create object-oriented designs. You will also learn how to inherit properties and behavior from other constructor functions.
Software Engineer
Software Engineers apply engineering principles to the design, development, deployment, and maintenance of software systems. With the skills and knowledge you'll gain in this course, you will be empowered to work on the object-oriented code used in many software systems. This course will help you understand how to use JavaScript classes to create object-oriented designs. You will also learn how to inherit properties and behavior from other constructor functions.
Computer Systems Analyst
Computer Systems Analysts study an organization's current computer systems and procedures, and design new or modified systems to meet the organization's needs. With the skills and knowledge you'll gain from this course, you will be empowered to work on the object-oriented code used in many computer systems. This course will help you understand how to use JavaScript classes to create object-oriented designs. You will also learn how to inherit properties and behavior from other constructor functions.
Database Administrator
Database Administrators are responsible for the installation, configuration, maintenance, and performance monitoring of database management systems. With the skills and knowledge you'll gain from this course, you will be empowered to work on the object-oriented code used in many database management systems. This course will help you understand how to use JavaScript classes to create object-oriented designs. You will also learn how to inherit properties and behavior from other constructor functions.
Information Security Analyst
Information Security Analysts plan and implement security measures to protect an organization's computer networks and systems. The ability to understand how to use JavaScript classes to create object-oriented designs, as well as the prototypes and constructor functions upon which classes are built is a valuable skillset for an Information Security Analyst. This course will lay the foundation for you to create secure, object-oriented software systems.
Computer Network Architect
Computer Network Architects design, build, and maintain computer networks. Understanding the core principles of object-oriented programming in JavaScript, and being able to create object-oriented designs with JavaScript classes will be a valuable asset as you design and architect computer networks.
Data Scientist
Data Scientists use scientific methods, processes, algorithms, and systems to extract knowledge and insights from data in various forms, both structured and unstructured. The ability to think in terms of object-oriented programming, and create object-oriented designs with JavaScript classes will be a valuable skillset as you work with structured data.
Systems Administrator
Systems Administrators install, configure, and maintain computer systems, including hardware, software, and networks. The ability to create object-oriented designs with JavaScript classes, and the understanding of the prototypes and constructor functions upon which classes are built will enable you to manage complex computer systems.
Quality Assurance Analyst
Quality Assurance Analysts test software to identify bugs and ensure that it meets quality standards. The ability to understand object-oriented code, and create object-oriented designs with JavaScript classes will be a valuable skillset for a Quality Assurance Analyst.
Technical Writer
Technical Writers create instruction manuals, technical reports, and other documentation to communicate complex technical information. An understanding of object-oriented programming concepts in JavaScript will provide you with the skills and knowledge to effectively document technical systems and software.
IT Project Manager
IT Project Managers plan, execute, and close information technology projects. The ability to understand object-oriented code, and create object-oriented designs with JavaScript classes will be a valuable skillset for an IT Project Manager.
Business Analyst
Business Analysts analyze an organization's business processes and systems to identify areas for improvement. An understanding of object-oriented programming concepts in JavaScript, and how to create object-oriented designs with JavaScript classes will provide you with skills that make you an effective Business Analyst.
UX Designer
UX Designers create user interfaces for websites and applications. The ability to understand object-oriented code, and create object-oriented designs with JavaScript classes will be a valuable skillset for a UX Designer.
Product Manager
Product Managers are responsible for the planning, development, and launch of new products. An understanding of object-oriented programming concepts in JavaScript, and how to create object-oriented designs with JavaScript classes will provide you with skills that make you an effective Product Manager.

Reading list

We've selected 13 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 Concepts in JavaScript.
Provides a comprehensive overview of JavaScript, including object-oriented programming concepts. It valuable reference for both beginners and experienced JavaScript developers.
Focuses on the essential parts of JavaScript, including object-oriented programming. It good choice for developers who want to learn more about the language's core concepts.
Provides a deep dive into object-oriented programming in JavaScript. It good choice for developers who want to learn more about advanced JavaScript techniques.
Provides a beginner-friendly introduction to JavaScript, including object-oriented programming concepts. It good choice for developers who are new to JavaScript.
Provides a comprehensive reference for JavaScript, including object-oriented programming concepts. It good choice for developers who want to learn more about the language's details.
Provides a collection of advanced JavaScript techniques. It good choice for developers who want to learn more about how to write efficient and maintainable JavaScript code.
Provides a beginner-friendly introduction to JavaScript, including object-oriented programming concepts. It good choice for developers who are new to JavaScript.
Provides a beginner-friendly introduction to JavaScript, including object-oriented programming concepts. It good choice for developers who are new to JavaScript.
Provides a comprehensive overview of JavaScript, including object-oriented programming concepts. It good choice for developers who want to learn more about the language's core concepts.
Focuses on the essential parts of JavaScript, including object-oriented programming. It good choice for developers who want to learn more about the language's core concepts.
Provides a comprehensive overview of advanced JavaScript techniques. It good choice for developers who want to learn more about how to write efficient and maintainable JavaScript code.
Provides a collection of JavaScript design patterns. It useful reference for developers who want to learn more about how to architect JavaScript applications.

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 Concepts in JavaScript.
JavaScript Objects, Prototypes, and Classes
Most relevant
Object Oriented Programming with Kotlin 1
Most relevant
Class Creation in Object Oriented Python
Most relevant
Object Oriented Programming in JavaScript
Most relevant
Modern JavaScript From The Beginning 2.0 (2024)
Most relevant
Advanced Perspective of Classes and Object-Oriented...
Most relevant
C++ Inheritance, Aggregation and Composition
Most relevant
Classes and Object-oriented Programming in Python 3
Most relevant
Teach teens computing: Object-oriented Programming in...
Most 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