Profile
Achievement
mattkenefick's Recent SnippetsTagged best
- All /
« Prev 1 Next »
I should've wrote this function a LONGGG time ago.
foreach($myArray, function($k, $v){
console.log($k + " :: " + $v);
});
3
868
posted 14 years ago by mattkenefick