Scope and Context: Together but not mixed

3062 days ago, 0 views.

About Context

Context is related to objects. It refers to the object within which a function is executed.

About Scope

Scope has to do with the the visibility of variables. In JavaScript, scope is achieved through the use of functions

Read in the CoffeeScript Book by soyjavi.

Quotes from Kevin Chisholm blog.

Kiko Beats

Kiko Beats