3 kyu
The soul of wit: reverse an array
4,137 of 4,340Unnamed
Description:
No time for stories. Reverse an array, return the result. Do whatever you want with the original array. Don't use Array.prototype.reverse
.
You have 30 bytes to spare.
Example: [1, 2, 3]
→ [3, 2, 1]
And this time you won't be able to do the thing from that kata.
require
isn't allowed as well.
Puzzles
Arrays
Similar Kata:
Stats:
Created | Sep 12, 2017 |
Published | Sep 12, 2017 |
Warriors Trained | 10843 |
Total Skips | 1465 |
Total Code Submissions | 39611 |
Total Times Completed | 4340 |
JavaScript Completions | 4137 |
TypeScript Completions | 343 |
Total Stars | 264 |
% of votes with a positive feedback rating | 81% of 625 |
Total "Very Satisfied" Votes | 447 |
Total "Somewhat Satisfied" Votes | 124 |
Total "Not Satisfied" Votes | 54 |
Total Rank Assessments | 3 |
Average Assessed Rank | 3 kyu |
Highest Assessed Rank | 3 kyu |
Lowest Assessed Rank | 3 kyu |