string dividida em Int Array JavaScript

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