Notifications You must be signed in to change notification settings *sting Convert string to array str.split() const str = "abc"; const arr = str.split("") // ["a","b ...