this post was submitted on 26 Sep 2023
118 points (88.3% liked)
JavaScript
1982 readers
2 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
map
should probably beblueArr.map(blue => purple)
instead ofblueArr.map(blue => blue = purple)