/ Published in: JavaScript

unless I can see inside its all a mystery...
Expand |
Embed | Plain Text
Object.keys(this).each(function(item, index){ var vals = Object.values(this)[index]; console.log('\nkey: '+ item + '\nvalue:\n ' + vals); });
You need to login to post a comment.