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
Зарегистрируйся сейчас
или Подпишись на будущие тесты