foreach | Javascript


/ Published in: JavaScript
Save to your folder(s)

I should've wrote this function a LONGGG time ago.

foreach($myArray, function($k, $v){
console.log($k + " :: " + $v);
});

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.