fork download
  1. // your code goes here
  2.  
  3. const str = "Hello";
  4. const arr = str.split('');
  5. console.log(arr);
Success #stdin #stdout 0.05s 16664KB
stdin
Standard input is empty
stdout
H,e,l,l,o