跳至主要内容

1 篇文章 含有標籤「javascrip」

檢視所有標籤

JavaScript Hoisting

· 閱讀時間約 2 分鐘
Ivan Tsai
Backend engineer

在 JavaScript 中,會把變數定義的部分移到最前面執行,在 W3C 中提到:

Hoisting is JavaScript's default behavior of moving declarations to the top.

這個行為稱為 Hoisting (提升)