Basic Concepts of Programming Using Javascript 1.0
Bindings
How does a program keep an internal state? How does it remember things? So be it any programming language javascript or any other. Mostly language uses bindings to bind a value to a variable so that value can be used by just accessing that v...
sumitbhardwaz.hashnode.dev5 min read