View on GitHub

ReadingNotes

Error Handling & Debugging

EXECUTION CONTEXT : Every statement in a script lives in one of three execution contexts:

VARIABLE SCOPE : The first two execution contexts correspond with the notion of scope :

EXECUTION CONTEXT & HOISTING

Image

Image


Home