const idArray = $scope.rep.Selected.id;
I am working with this piece of code. I am wondering, if I have multiple ids in the $scope
...Selected.id and then execute this (code), will all these ids be placed in separate arrays or combined into one array?