7 kyu
Extending JavaScript Objects: Reverse String
546 of 550arnisritins
Description:
Unfortunately, there's no a .reverse()
method for the JavaScript String object.
Your task is to extend JavaScript String object, so you can reverse strings just like this:
'Hello, World!'.reverse();
The method should return:
'!dlroW ,olleH'
Strings
Fundamentals
Similar Kata:
Stats:
Created | Oct 27, 2016 |
Published | Oct 27, 2016 |
Warriors Trained | 1081 |
Total Skips | 15 |
Total Code Submissions | 1293 |
Total Times Completed | 550 |
JavaScript Completions | 546 |
CoffeeScript Completions | 17 |
Total Stars | 13 |
% of votes with a positive feedback rating | 90% of 138 |
Total "Very Satisfied" Votes | 114 |
Total "Somewhat Satisfied" Votes | 20 |
Total "Not Satisfied" Votes | 4 |
Total Rank Assessments | 10 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |