var a = [],
b = 1,
c = false,
d = [];
console.log(typeof (b == c) + ' ' + (a == d) );
What will be printed to the console?
Please correct the typos. 1. it should say printed, not pribted. 2. your correct answer says: 'boolean, false' (note the comma), when the correct answer should be 'boolean false' (without a comma).
2016 Jun 12, 1:30:42 AM
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать