JavaScript Practice: Object-Oriented Programming

JavaScript Practice: Object-Oriented Programming

15mAdvanced2023-09-13

Authors

Emma Bostian

Emma Bostian

Software Engineer

Course details

Unlike class-based programming languages like Java, JavaScript is a prototype-based procedural language. This means it supports functional and object-oriented programming—with less rigid syntax, greater extensibility, and fewer rules. In this hands-on, interactive course, join instructor Emma Bostian to practice performing basic object-oriented programming tasks in JavaScript to boost your technical know-how, prepare for an interview, or land a new role. This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice to advance your coding skills. Emma helps you boost your skills as a JavaScript programmer with five specific, query-focused coding challenges. Practice creating a course roster with functions, a book function with Object.create(), a country with classes, a food ordering class with getters and setters, and a user/admin class with private properties.

Skills covered

Ecma InternationalJavaScriptAdvancedProgramming LanguagesSoftware Development

Concepts

Introduction

  • Object oriented programming in JavaScript
  • What you should know
  • Introduction to CoderPad

CoderPad Challenges

  • Solution - Create a roster with functions
  • Solution - Create a function with Object.create()
  • Solution - Create a country with classes
  • Solution - Create a class with get and set
  • Solution - User admin class with private properties

Conclusion

  • Next steps