Array sebagai json

const text = '["Ford", "BMW", "Audi", "Fiat"]';
const myArr = JSON.parse(text);
naly moslih