I have a large collection of numbers that I need to convert into an array:
142156
108763
77236
78186
110145
126414
115436
133275
132634
......
82606
Is there a way to assign all these numbers to a variable and then convert it into an array? I'm considering using RegExp or converting to a string first. Any suggestions on how to approach this?