Тема
:
undefined vs 'undefined'
Показать сообщение отдельно
#
6
(
permalink
)
30.07.2013, 08:16
Shitbox2
Профессор
Регистрация: 04.10.2010
Сообщений: 571
Хорошая идея! Совсем забыл про этот сайт
typeof x === 'undefined' — 100%
typeof x === typeof void(0) — 100%
typeof x === typeof void 0 — 90%
typeof x === typeof undefined — 90%
x === undefined — 90%
angular.isUndefined(x) — 50%