🔰function boundary

🚧 施工中

JSvaluefunctionfunction boundary

(related to function scope) 🚧

break / continue

  • won't operate across an IIFE function boundary to control an outer loop / block.

📗 You Don't Know JS Yet: Scopes & Closrues

if the code you need to wrap a scope around has return / this / break / continue in it:

📗 You Don't Know JS Yet: Scopes & Closrues

Last updated