/ Published in: JavaScript
unless I can *see* inside its all a mystery...
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Object.keys(this).each(function(item, index){ var vals = Object.values(this)[index]; console.log('\nkey: '+ item + '\nvalue:\n ' + vals); });