type-checkingJavaScriptType CheckingMediumWhat does `typeof null` return?1'object'2'null'3'undefined'4'object' only in strict modeBack to list