Split String en Int Array JavaScript

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