🚧 施工中
Last updated 2 years ago
Was this helpful?
JS ⟩ value ⟩ function ⟩ function boundary
(related to function scope) 🚧
break / continue
won't operate across an IIFE function boundary to control an outer loop / .
📗
if the code you need to wrap a around has / / / in it:
don't use
YDKJS: Scope & Closures (v.2) ⟩ Ch. 6 ⟩ function boundaries
use block instead.
📗 You Don't Know JS Yet: Scopes & Closrues