Skip to content

Latest commit

 

History

History

getCharacterFromAsciiValue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

get character from ASCII Value

8 kyu link to kata
my solution

Write a function which takes a number and returns the corresponding ASCII char for that value.

Example:

65 --> 'A'
97 --> 'a'
48 --> '0

For ASCII table, you can refer to http://www.asciitable.com/