x
You solved the puzzle!
There's a new one coming soon 😉
June 27th, 2024
Help Jamie shield his love message from prying eyes!
What's missing in this code?
const
messageInABottle =
'i love you!'
;
const
reversed = messageInABottle
.
(
''
)
.
reduce
(
(
acc, char
) =>
, [])
.
;
Type or select from these options
[char, acc]
[...acc, char]
{ acc, char }
[char, ...acc]
join('')
split('')
join(' ')
toString()
split
sort
join
CHECK