79748668

Date: 2025-08-28 05:30:35
Score: 1.5
Natty:
Report link
let string = "25,24,23, 22,21";
let array_int = string.split(',').map(el => {
  return parseInt(el)
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Максим Ивченко