array fill
var numeroPerguntas = 5;
var anyBoxesChecked = new Array(numeroPerguntas).fill(false);
console.log(anyBoxesChecked);let filledArray = new Array(10).fill({'hello':'goodbye'});new Array(5).fill('element')
// ["element", "element", "element", "element", "element"]const fill = new Array(5).fill(0)
console.log(fill) // [ 0,0,0,0,0]Array(24).fill(0)
Also in JavaScript:
- clear timeout js
- allow downloads from angular website
- how to make an if statement in javascript
- discord bot javascript remove user data in array
- mmap() failed: [12] Cannot allocate memory composer
- regex char or char
- hidden jquery
- ruby json delete key
- get current url angular
- ERROR TypeError: Cannot assign to read only property 'reportAirport' of object '[object Object]
- express check if object is empty
- class inheritance method javascript
- jquery vdn
- remove add event listener jquery
- replace all js
- json token for .ini file
- how to make modules structure like lodash
- extendscript unzip file
- duplicate images in webpage js
- javascript reduce promises
- Get requests return html code instead of real data
- javscript async await explained
- npm ERR! network If you are behind a proxy, please make sure that the ;proxy' config is set properly.
- jquery datepicker on multiple input fields