Skip to content

Explains difference between undefined and not defined.

Notifications You must be signed in to change notification settings

Dionuta/B5-Undefined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

B5-Undefined

A deep dive into the strange world of JavaScript

What Was Learned

  • Undefined
  • Not defined

Notes

'Undefined' is a special value in JavaScript meaning the variable has not been set. In the initial phase of the execution context, all variables that have not been assigned are set to undefined. Undefined is a value unlike 'not defined.' 'Not defined' means during the execution the variable or function was not found in memory.

About

Explains difference between undefined and not defined.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published