8 lines
394 B
Markdown
8 lines
394 B
Markdown
|
# Reorder
|
||
|
|
||
|
Puzzle from the [rendezvous with cassidoo](https://buttondown.email/cassidoo/archive/reality-is-one-of-the-possibilities-i-cannot/) newsletter from October 18th, 2021.
|
||
|
|
||
|
> Given an array of objects A, and an array of indexes B, reorder the objects in array A with the given indexes in array B.
|
||
|
|
||
|
Solution posted at https://gist.github.com/zoeisnowooze/cb2f622431046c4dd126410f10023153
|