Quartz 5
Search
Search
Dark mode
Light mode
Reader mode
Explorer
Home
❯
Org-roam
❯
Array.prototype.keys()
Array.prototype.keys()
Aug 05, 2026
1 min read
Array.prototype.keys()
Syntax
console.
log
(Array.
from
([
'a'
,
'b'
].
keys
()))
// [0, 1]
Graph View
Table of Contents
Array.prototype.keys()
Syntax