Lambdas • Lesson 47/100+50 XP

Scope Functions

let, run, with, apply, also

📚
Learn
💻
Code
Quiz
🏆
Practice
Complete

📚 Lý thuyết

**Scope Functions** thực thi code block với context object. **let** - it, returns lambda result **run** - this, returns lambda result **with** - this, returns lambda result (non-extension) **apply** - this, returns context object **also** - it, returns context object