79178177

Date: 2024-11-11 15:18:26
Score: 0.5
Natty:
Report link

To answer part of my own question, wrapping Array(N).keys() with Array.from(...) solves the issue by returning an array, rather than an iterator, which you can then call .map on.

From VLAZ's response, it seems that some browsers only recently added support for map on an Array Iterator.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: NicholasFolk