Reverse the items in a list

Have a text list but the rows are in the wrong order? Reverse them!

Face with waiting expression Nothing to see yet!

Loading takeymakey...
TakeyMakey code
Want this tool to do something else? Edit the code below and make it do whatever you want.
({ take: [{ type: "list" }], make: (list) => list.reverse() })