8 kyu
Take an Arrow to the knee, Functionally
13,832 of 14,636matt c
Description:
Arrow style Functions
Come here to practice the Arrow style functions Not much else to say good luck!Details
You will be given an array of numbers which can be used using the String.fromCharCode()
(JS), Tools.FromCharCode()
(C#) method to convert the number to a character. It is recommended to map over the array of numbers and convert each number to the corresponding ascii character.
Examples
These are example of how to convert a number to an ascii Character:
Javascript => String.fromCharCode(97) // a
C# => Tools.FromCharCode(97) // a
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Arrays
Strings
Fundamentals
Similar Kata:
Stats:
Created | Jul 10, 2015 |
Published | Jul 10, 2015 |
Warriors Trained | 17902 |
Total Skips | 233 |
Total Code Submissions | 22847 |
Total Times Completed | 14636 |
JavaScript Completions | 13832 |
C# Completions | 873 |
Total Stars | 90 |
% of votes with a positive feedback rating | 91% of 1256 |
Total "Very Satisfied" Votes | 1061 |
Total "Somewhat Satisfied" Votes | 162 |
Total "Not Satisfied" Votes | 33 |