javascript revision material
javascript working
everything in javascript happens inside execution context
execution context is divided into 2 parts
variable environment / memory component
here variables and functions are stored as key value pairs
code component / thread of e...
lakshmiprasanna.hashnode.dev47 min read