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

Stats:

CreatedJul 10, 2015
PublishedJul 10, 2015
Warriors Trained17902
Total Skips233
Total Code Submissions22847
Total Times Completed14636
JavaScript Completions13832
C# Completions873
Total Stars90
% of votes with a positive feedback rating91% of 1256
Total "Very Satisfied" Votes1061
Total "Somewhat Satisfied" Votes162
Total "Not Satisfied" Votes33
Ad
Contributors
  • matt c Avatar
  • Jotha Avatar
  • MMMAAANNN Avatar
  • hobovsky Avatar
  • KayleighWasTaken Avatar
  • PetitLu117 Avatar
Ad