JS

Arrays in JavaScript - Creating arrays methods

7.

Which of the following methods can be used to create a new array in JavaScript?

Array.from()

Array.of()

Array.fill()

Array.concat()