JavaScript for Developers 13 - Understanding null

preview_player
Показать описание

In this video, we'll learn about another unique primitive type in JavaScript called null.
Рекомендации по теме
Комментарии
Автор

Koushik da, tumi guru fatafati... I love the way you explain everything slowly and with all the poise. Dhonnobad.

krishanuchakraborty
Автор

awesome tutorial. But type of null is object. try console.log(typeof null). No question is how should we explain null, considering bug or without considering bug. Because in types we consider null as type and in javascript nothing will give null when we do typeof <something>

developerforcloud
Автор

Hello genius people, hold your horses. Koushik explained in 'JavaScript for Developers 16' about why typeof null is printed as object.

Shubh
Автор

I have followed your tutorials for yrs...would you start something on Python and its related frameworks

flybird
Автор

The type of null is 'object' and NOT 'null'.
There is no such thing in JavaScript as 'null' type.

Bandimano