Pergunta de entrevista da empresa Aventude

You have following two objects what is answer for the following ObjectA == ObjectB and ObjectA === ObjectB const ObjectA = { key: 1, value: 10 }; const ObjectB = { key: 1, value: 10 };