Skip to content

Files

Latest commit

c72b78a · Jan 23, 2023

History

History

null-undefined

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 23, 2023
Jan 23, 2023

JavaScript - Null & Undefined

Null & Undefined are the type of values given to the variables.

  • null - explicit assignment of empty value to the variable.
  • undefined - implicit assigment of no value to the variable by the javascript.