0

input
var key=[ ‘id’, ‘name’, ‘health’, ‘status’, ‘environment’, ‘serviceType’ ]

I am expecting the below output(duplication of the values)

[ ‘id’, ‘name’, ‘health’, ‘status’, ‘environment’, ‘serviceType’, ‘id’, ‘name’, ‘health’, ‘status’, ‘environment’, ‘serviceType’ ]

Anonymous Asked question May 14, 2021