Sollicitatievraag bij LogicValley Technologies

How to convert string to array?

Antwoord op sollicitatievraag

Anoniem

14 feb 2026

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