magritton
5/24/2017 - 7:01 PM

This dumps all of the properties of an object in javascript.

This dumps all of the properties of an object in javascript.

for (var name in data) {
            console.log(name);
        }