JavaScript/Week6/REVIEW.md at master · malnajar/JavaScript · GitHub
Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 218 Bytes

File metadata and controls

15 lines (10 loc) · 218 Bytes

REVIEW week 6

This review covers:
• Closures
• Scope
• Callbacks

Scope, closures and 'this'

Scope, closure and 'this' are about context.

Read more...