const iu = 'Lee Ji Eun';
const arr = [...iu];
// [ 'L', 'e', 'e', ' ', 'J', 'i', ' ', 'E', 'u', 'n' ]