Skip to content

alok722/object-prototypes-js-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to JavaScript Objects and Prototypes In-depth Notes 🚀

❓ what it is

This repo maintains my version of notes which I learned from the JavaScript Objects and Prototypes In-depth Youtube Series by Java Brains.

JavaScript Objects and Prototypes In-depth

📝 Content List

Unit 1 - Creating Objects

  • 01 - Introduction
  • 02 - Objects Basics
  • 03 - Creating Objects
  • 04 - JavaScript Constructors
  • 05 - Difference between regular functions and constructors
  • 06 - Switching function types and calls

Unit 2 - Understanding the this reference

  • 07 - Function Execution Types
  • 08 - The this argument values
  • 09 - Working on objects with this reference
  • 10 - Using the call function

Unit 3 - Prototypes

  • 11 - When constructors aren't good enough
  • 12 - Introducing the prototype
  • 13 - Property lookup with prototypes
  • 14 - Object behaviors using prototypes
  • 15 - Object Links With Prototypes
  • 16 - The Object function
  • 17 - The Prototype object
  • 18 - Inheritance In JavaScript

👤 Author

alok raj (alokr417@gmail.com)


🤝 Contribution Guidelines

  • Please create an issue with your suggestion, if found valid I would push the fix.
  • Please, Don't open the PR directly without conversation.

✨ Show your support

Give a ⭐️ if this project helped you!

About

Comprehensive notes on the JavaScript Objects and Prototypes In-depth series by Java Brains. This resource dives deep into JavaScript's core concepts, including objects, prototypes, inheritance, and the prototype chain, with clear explanations and practical examples. Perfect for mastering the foundations of JavaScript object-oriented programming!

Topics

Resources

License

Stars

Watchers

Forks

Contributors