Skip to content

Commit

Permalink
Merge pull request #56 from GuoXiCheng/dev
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
GuoXiCheng authored May 6, 2024
2 parents 34d69ca + 7c6a6b5 commit f2538de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<<< @/../projects/javascript-sandbox/src/array-method/create-array.ts#array-from-1

可以使用`Array.from()`将集合对象转换为新数组
可以使用`Array.from()`将类数组对象(拥有一个`length`属性和索引元素)或可迭代(Map、Set 或字符串)对象转换为新数组

<<< @/../projects/javascript-sandbox/src/array-method/create-array.ts#array-from-2

Expand Down

0 comments on commit f2538de

Please sign in to comment.