Write a function which takes a number and returns the corresponding ASCII char for that value.
Example:
Ascii.getChar(65) // => 'A'
For ASCII table, you can refer to https://www.asciitable.com
Write a function which takes a number and returns the corresponding ASCII char for that value.
Example:
Ascii.getChar(65) // => 'A'
For ASCII table, you can refer to https://www.asciitable.com