Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 7.5 hours on-demand video
  • 2 articles
  • 1 downloadable resource
  • Full lifetime access
  • Access on mobile and TV
Development Web Development ECMAscript

Object Oriented Programming in Javascript - Complete Course

Learn Object Oriented programming in Javascript (Prototypes, classes, modules) - ton of hands-on examples and exercises
Rating: 4.7 out of 54.7 (82 ratings)
17,016 students
Created by DigiFisk (Programming is fun)
Last updated 8/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • By the end of this course, you’ll have a thorough understanding of how Object oriented programming works in Javascript.
  • Interviewers love interviewees who’ve mastered OOPS and you’ll stand out from the crowd.
  • You'll learn the ins and outs of one of the major topics that can land you a job or a promotion
  • You’ll know how to apply those concepts in your projects and create clean code that runs faster than your peers.
  • You’ll know how to create re-usable components for your projects and take your coding skills to the next level.
  • You'll learn all about the basic OOPs topics like creating properties, methods, accessing them, deleting them and so on.
  • You'll learn the importance of constructors and how to use them to create 100s of objects with just a small block of code.
  • You'll learn all about symbols, the 'this' keyword, looping through objects and a horde of pre-defined global Object methods.
  • You'll learn all about prototypes, prototype inheritance, protototype chain and using them to create re-usable code structures that save a lot of memory space.
  • You'll learn about ES6 classes and using them to create 1000s of objects in a fraction of the time it usually takes.
  • You'll also learn all about class inheritance, polymorphism, private, protected and static classes, class fields and so on.
  • You'll also learn all about factory functions and mixins.
  • Finally, you'll learn about creating re-usable real world app components with ES6 modules.
  • You’ll learn all of these while learning the core concepts of OOPS like encapsulation, inheritance, polymorphism and abstraction

Course content

5 sections • 48 lectures • 7h 22m total length

  • Preview07:32
  • 50 pages OOPS JavaScript 2020 Notes Download
    00:16
  • Preview09:30
  • Accessing the property values in objects
    07:00
  • Adding, updating and deleting object properties
    06:41
  • Dynamic access to properties
    07:36
  • Multi-word properties - creating and accessing them
    06:05
  • Property shorthand
    08:51
  • Arrays as objects
    06:15
  • Objects and const
    04:33
  • Variables as properties - computed properties
    08:08
  • Naming properties - do's and don'ts
    08:23
  • Object methods - an introduction
    14:47
  • Object methods - 'this' keyword
    07:59
  • In operator and for...in
    08:46

  • Object referencing
    11:28
  • Cloning and merging objects
    09:35
  • Constructors - an introduction
    15:49
  • Constructors - importance of 'new' and constructor expressions
    10:17
  • Private properties with closures
    14:11
  • Property flags and descriptors
    19:06
  • Getters and setters with constructors
    08:49
  • Getters and setters with Object.define()
    03:12
  • Symbols - create hidden properties
    16:03

  • Prototype - An introduction
    15:17
  • Prototype - a further look and Proto chain
    12:16
  • Prototype inheritance
    17:46
  • Proto, apply method and more
    09:24
  • Prototype chaining
    05:51

  • ES6 Classes - An Introduction
    10:33
  • Classes are not syntactic sugar - proof
    12:54
  • Class expressions
    08:14
  • Class fields
    05:33
  • Getters and setters in classes
    08:44
  • Method chaining
    06:00
  • Class inheritance
    05:15
  • Overriding properties and methods in class inheritance
    07:48
  • Overriding constructors
    07:40
  • Static properties and methods
    13:30
  • Protected, read only and private (latest update) properties
    16:49
  • Class polymorphism
    04:49
  • Factory functions
    06:46

  • Creating and using modules in your projects
    04:34
  • More on modules and module level scope
    07:09
  • Examples of export - functions, strings, arrays & export rules
    08:01
  • Exporting and using constructors, objects, prototypes and classes
    16:29
  • Various types of imports
    09:10
  • Bonus lecture: Continue your journey!
    00:38

Requirements

  • Basics of Javascript

Description

Would you like to take your Javascript knowledge to the next level? Did you know that Object Oriented programming is one of the most asked technical interview topics? So, if you want to ace your interviews, you need a thorough understanding of OOPs (Object Oriented Programming).

Javascript is no stranger to OOPs, and even though it wasn't designed as an OOPs language to start with, with the various advancements in the language, it has adapted quite well to the intricacies of Object oriented design.

Object oriented programming is one of the most sought-after skills in the programming world, and as a web developer, if you master it, you’ll stand out from the rest.

So, if you'd like to delve deep into the exciting world of OOPs, especially with Javascript as your language of choice, this course is perfect for you.


What will you learn in this course? 

1. By the end of this course, you’ll have a thorough understanding of how Object oriented programming works in Javascript.

2. Interviewers love interviewees who’ve mastered OOPS and you’ll stand out from the crowd.

3. You'll learn the ins and outs of one of the major topics that can land you a job or a promotion

4. You’ll know how to apply those concepts in your projects and create clean code that runs faster than your peers.

5. You’ll know how to create re-usable components for your projects and take your coding skills to the next level.

6. You'll learn all about the basic OOPs topics like creating properties, methods, accessing them, deleting them and so on.

7. You'll learn the importance of constructors and how to use them to create 100s of objects with just a small block of code.

8. You'll learn all about symbols, the 'this' keyword, looping through objects and a horde of pre-defined global Object methods.

9. You'll learn all about prototypes, prototype inheritance, protototype chain and using them to create re-usable code structures that save a lot of memory space.

10. You'll learn about ES6 classes and using them to create 1000s of objects in a fraction of the time it usually takes.

11. You'll also learn all about class inheritance, polymorphism, private, protected and static classes, class fields and so on.

12. You'll also learn all about factory functions and mixins.

13. Finally, you'll learn about creating re-usable real world app components with ES6 modules.

14. You’ll learn all of these while learning the core concepts of OOPS like encapsulation, inheritance, polymorphism and abstraction.


Who is this course for? 

1. Javascript developers who want to take their knowledge to the next level

2. Programmers who already know OOPs but would like to learn how to implement it in Javascript.

3. Web developers who'd like to add "Object oriented programming" to their resume and stand out in your job interviews.

4. Developers who'd like to pad their resume and get that promotion they've always wanted.

5. Developers who want to implement the truly mind-blowing concepts of OOPs in their projects to write faster, cleaner code.

6. Front end developers who are working with frameworks like Angular, React, Vue or Svelte and would like to apply object oriented programming concepts in their projects.


How is this course designed: 

Module 1 : Object basics - In this module, we'll look at the various basic topics of Objects such as creating objects, properties and methods, accessing, updating and deleting them and looping through objects.

Module 2 : Object Oriented Programming - advanced - In this module, let's delve deeper into OOPs by looking at the concept of object referencing, using constructors to creating multiple objects with the same lines of code, getters, setters, private properties and symbols.

Module 3 : Prototypes and prototype inheritance - In this module, we'll look at prototypes, creating re-usable codes with them, prototype inheritance, prototype chaining and so much more.

Module 4 : Classes and Class inheritance - In this module, we'll look at ES6 classes, using them to create 1000s of objects faster than the other methods available, class inheritance, private and protected class properties, static properties, factory functions, mixins and so much more.

Module 5 - Modules - In this module, we'll look into how to create modules in your code and create dependencies between different JavaScript files.


Each of these modules will create full-fledged lessons that teach a particular OOPs concept in detail with a lot of real-world over-the-shoulder examples, so you'll have a lot of fun while learning! 


So, what are you waiting for? Get in and get started on your journey to becoming an OOPS web developer today! 

Who this course is for:

  • Javascript developers who want to take their knowledge to the next level
  • Programmers who already know OOPs but would like to learn how to implement it in Javascript.
  • Web developers who'd like to add "Object oriented programming" to their resume and stand out in your job interviews.
  • Developers who'd like to pad their resume and get that promotion they've always wanted.
  • Developers who want to implement the truly mind-blowing concepts of OOPs in their projects to write faster, cleaner code.
  • 6. Front end developers who are working with frameworks like Angular, React, Vue or Svelte and would like to apply object oriented programming concepts in their projects.

Instructor

DigiFisk (Programming is fun)
Hands-on practical training | Programming courses
DigiFisk (Programming is fun)
  • 4.4 Instructor Rating
  • 1,390 Reviews
  • 74,957 Students
  • 18 Courses

Welcome to DigiFisk! 


I am Aarthi Elumalai, the founder of DigiFisk.


Here at DigiFisk, we aim to make programming fun and interactive for students.


If you're tired of boring theoretical classes, then you've come to the right place.


We start off with basics/beginner courses in a particular programming language or field, and continue on with a number of real-world project-based classes to equip you to thrive in the real world.


Our lectures tend to be very detailed. We leave nothing out, so beginners and advanced programmers alike can learn something from each of our courses.


Enjoy your journey into the fascinating world of programming with DigiFisk! We'll see you inside. :)

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.