//9 Array.from - creates an array from an iterable object, returns that array. const arrayFrom = Array.from("frequence"); console.log(arrayFrom); ...
確定! 回上一頁