Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Object Polyfills

This folder contains polyfills for Object manipulation methods.

Methods Included:

  1. Object.create (_01_object_create.js): Creates a new object with the specified prototype object and properties.

Why Polyfills?

It helps understand inheritance and the prototype chain in JavaScript.