JavaScript Fundamentals
Selected: JavaScript
This will also set this course as the recommended learning path for this assessment.
'null'
'undefined'
'object'
'number'
A programming language
a Women
A speaking language
not a programming language
array.unshift()
array.push()
array.shift()
array.pop()
No difference
'===' checks type and value, '==' only checks value
'==' is faster than '==='
'===' is deprecated