+2 votes
in JavaScript by

Difference between “undefine” and “NULL” Keywords?

1 Answer

0 votes
by
  • When you define a var but not assign any value. typeof(undefine)=> undefine
    Null- manually done. typeof(null)=> object

Related questions

0 votes
asked Jun 17, 2019 in JAVA by reins.robin
0 votes
asked Jun 16, 2019 in JAVA by reins.robin
...