i have an array something like this b = [ 10 , 20 ,30 ] i want to pass this array into foreach loop and want to get for every b[] resu
b = [ 10 , 20 ,30 ]
foreach
b[]