What is use of Object.create() Method in JavaScript

Поділитися
Вставка
  • Опубліковано 5 тра 2021
  • Object.create() methord is used to create a new object with the specified prototype object and properties. Object.create() method returns a new object with the specified prototype object and properties.

КОМЕНТАРІ • 6

  • @abahiduh3246
    @abahiduh3246 2 роки тому +6

    You are one of the very few who know the core of JavaScript ; you explain with clear example, bought several courses online but your tutorial is crystal clear, thank you very much

  • @raithacomputers1600
    @raithacomputers1600 Рік тому +1

    i wish i knew this place before ....you have the best quality of teaching thumbs up

  • @sharathkk1807
    @sharathkk1807 Рік тому

    thank you so much sir. explained very well 🤝🤝

  • @jamesbarberousse8396
    @jamesbarberousse8396 8 місяців тому

    Use "Mary" not "merry". "Mary" is a proper noun and "merry" is an adjective. But not to nitpick; it's good content. Thanks!

  • @farazk9729
    @farazk9729 Рік тому

    Thank you.

  • @danishakhtar81
    @danishakhtar81 8 місяців тому

    second implementation is giving empty object