This website requires JavaScript.
Explore
Help
Sign in
alrayyes
/
wiki
Watch
1
Star
0
Fork
You've already forked wiki
0
mirror of
https://github.com/alrayyes/wiki.git
synced
2025-03-01 22:04:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a64916926b
Branches
Tags
No results found.
wiki
/
content
/
20201113105847-array_of.md
Ryan Kes
4ef8371441
Quartz sync: May 6, 2024, 10:40 PM
2024-05-06 22:40:05 +02:00
210 B
Raw
Blame
History
id
title
5952e353-e25e-4a74-95ce-8099891212c5
Array.of()
Description
This returns an array of the passed parameters
Syntax
console
.
log
(
Array
.
of
(
1
,
2
,
3
,
4
))
// [1, 2, 3, 4]