R
Reactiflux

_mercury – 22-39 Jul 27

_mercury – 22-39 Jul 27

M_mercury7/27/2022
how to create an array in js with same value 100 times ?
EEva7/27/2022
Array.from({ length: 100 }, () => value); The function also gives you item (undefined) and index if you want to generate some array basing off indices
M_mercury7/27/2022
great thanx
UUUnknown User7/28/2022
Message Not Public
Sign In & Join Server To View

Looking for more? Join the community!

R
Reactiflux

_mercury – 22-39 Jul 27

Join Server