Pre-request script for loop

My question:
Is it possible to fill an array in the pre-request script?
It seems to end in an endless loop till postman kicks me out.

I’ve already tried:
let item = ;
item.push(value);