profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

Array.of()

Description

This returns an array of the passed parameters

Syntax

console.log(Array.of(1, 2, 3, 4)) // [1, 2, 3, 4]