Received: string becomes array code example Example: string charAt array js Click to copyvar output = "Hello world!".split(''); console.log(output);