{"body":"## Source\nlet arr = [10,9,8,7,6,5,4,3,2,1,0];\n\narr.sort((a, b) => {\n    for (let i = 0; i < arr.length; i++) arr[i] = 'hello!';\n    return b - a;\n})\n\nprint(arr);\n\n┌────────┬──────────────────────────────────────────────────────────────────────────────┐\n│ Chakra │ 10,9,8,7,6,5,4,3,2,1,0                                                       │\n├────────┼──────────────────────────────────────────────────────────────────────────────┤\n│ V8     │ hello!,hello!,hello!,hello!,hello!,hello!,hello!,hello!,hello!,hello!,hello! │\n└────────┴──────────────────────────────────────────────────────────────────────────────┘","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/ZdbPxYX6","modified":1513727312,"id":"ZdbPxYX6","size":1158,"lines":15,"own_paste":false,"theme":"","date":1513727312}