News

This function takes each character in your string and gives you its numerical code in the ASCII chart. For example, if your string is "Hello", the ASCII conversion would be [72, 101, 108, 108, 111].