Imprima string char by char no dardo

input.split('').forEach((ch) => print(ch));
Stormy Skunk