What is the new array method in es6?
New array methods: 1. from(), which can convert an array-like or iterable object into a real array; 2. of(), which can convert a set of values into an array, which makes up for the shortcomings of the array constructor Array() ; 3. find() and findIndex(
2022-09-19