js get every char code of array code example Example: string charAt array js var output = "Hello world!".split(''); console.log(output);