[JavaScript]push與join的用法

push與join的用法

fruits.push("Orange")  =>將新元素添加到數組的末尾,並返回新的長度

fruits.join("<br>")  =>把值放到陣列的每個數組中