fr

Daily Challenge 🗓️

Your daily dose of technical intelligence to shine in (developer) society.

Discover a software development quiz per day with its detailed correction.

Frontend, Backend, Mobile, Data, Web, AI, Infra... Everything that can be coded!

Friday 22 August 2025

-

Javascript

Javascript #25/80

What is the difference between__proto__ and prototype?

Author: Jean-marie CléryStatus: PublishedQuestion passed 2412 times
3
Reviews from developers
developer avatar
Auteur anonyme
31/03/2025
When creating an object instance, the __proto__ property will be added to this instance and will itself contain an instance of the constructible function’s prototype. Also correct. This explains the prototype chain: the instance’s __proto__ points to the constructor’s prototype

About Daily Challenge 🗓️

From Monday to Friday, discover each day a quiz question with its detailed answer to enrich your tech knowledge. The questions are proposed by the WeLoveDevs.com community: experienced developers, trainers and freelancers.WeLoveDevs.com helps developers to find their dream job. We also provide over 50 free technical tests in different technologies for those of you who would like to test your knowledge.

History

    ⚠️
    Your browser is badly|not supported!
    We recommend you to use a more modern browser such as Edge, Chrome or Firefox
    Know More