Frage im Vorstellungsgespräch bei LogicValley Technologies

How to convert string to array?

Antwort im Vorstellungsgespräch

Anonym

14. Feb. 2026

let myName = 'Sam Anderson'; let result = Array(myName); console.log(result);