I know that the following can be used to get the object list within the window object in the chrome dev tools console:
for (var prop in window)
console.log(prop);
If I want to view the values held by these properties for these window objects, how do i view these?
Is there quick way to look at these within the chrome dev tools or any other ways that you guys use in general?
Aucun commentaire:
Enregistrer un commentaire