Like this: CapX
I would have used arrays and for loops but I'm not sure how to convert:
var array = [1,3];
for(var i = 0; i < 1; i++)
{
//Just a text function to output the text, use whatever you want
console.log(array);
}
to the construct 2 equivalent.