JavaScript Fundamentals
Select a course above to browse and add challenges to this assessment.
'null'
'undefined'
'object'
'number'
array.unshift()
array.push()
array.shift()
array.pop()
No difference
'===' checks type and value, '==' only checks value
'==' is faster than '==='
'===' is deprecated