Consider following code snippet:

function A() { ... }
function B() { ... }
var a = new A;
var b = new B;
console.log( a == b ); // true
Is it possible to create two new Objects a and b that will return the true on comparing them (a == b // true) ? Select correct option.

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести