I receive answer from a form. I receive an object of objects where each object correspond to the answer of one question:
I'm searching the equivalent of the function .find that can be used for array.
What I want would be something like this : object.answer where object.name === "nombreDetoiles"
How can I do that in JavaScript?
Thanks for your help