with "===" right ?
or just use "==" ?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators?v=control#Equality
Sometimes i preffer typeof x == "undefined"
typeof x === 'undefined'
Обсуждают сегодня