разделить строку на int массив JavaScript

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