string charAt array js

JavaScript
var output = "Hello world!".split('');
console.log(output);
Source

Also in JavaScript: