79078697

Date: 2024-10-11 14:50:21
Score: 1
Natty:
Report link

Maybe someone will find my solution useful, it’s a little bit unconventional though.

var hidden = [];
$('[name^="hidden"]').serializeArray().forEach(function (e){
      eval(e.name + '=' + e.value + ';');
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex Green