split string menjadi int array javascript

const numericList = elementText.split(',').map(Number);
slohobo