Skip to content

JavaScript Leetcode

Create the array [0, ..., 99]

[...Array(100).keys()]

Keys() returns an iterator obj, not an array

"A" - "B"

NaN


Last update: 2023-04-24