Quartz 5
Search
Search
Dark mode
Light mode
Reader mode
Explorer
Home
❯
Org-roam
❯
Array.prototype.fill()
Array.prototype.fill()
Aug 05, 2026
1 min read
Array.prototype.fill()
Syntax
const
arr2
=
new
Array
(
2
).
fill
(
undefined
);
// [undefined, undefined]
Graph View
Table of Contents
Array.prototype.fill()
Syntax