DEV Community

Cover image for Day-91 Training At Ryaz
mahin651
mahin651

Posted on

Day-91 Training At Ryaz

Date:19/05/2022
Day:Thursday

today, I started at about 10:30 am as I was in progress to complete the java script cource and the bidding project so, today I started with the left over task. so, firstly I started with the java script cource and instructor started with new operator The new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function.after this I started with prototypes as JavaScript is a prototype based language, so, whenever we create a function using JavaScript, JavaScript engine adds a prototype property inside a function, Prototype property is basically an object also known as Prototype object, where we can attach methods and properties in a prototype object, which enables all the other objects to inherit these methods and properties.after this I started with prototype inheritance The Prototypal Inheritance is a feature in javascript used to add methods and properties in objects. It is a method by which an object can inherit the properties and methods of another object and If a prototype value is changed, then all the new objects will have the changed property value it is down as prototype changing. so, this way my day ended up and I got to learn various new things.

Top comments (0)