Tag: new
All the articles with the tag "new".
[javascript] 清空 array 的方法介紹與比較(new、pop 及 shift...等)
Published: at 02:49 PM (1 min read)紀錄一下幾個 javascript 清空陣列的方法比較。
[javascript] 函式建構(function constructor),new 關鍵字的用法與解析
Published: at 03:19 AM (2 min read)在 javascript 中,有一個關鍵字為 new,它可以幫我們透過函式建構(function constructor)一個物件,並賦予相關的屬性及方法。