Created
April 30, 2022 19:48
-
-
Save fackux/5b20d87d2aa31431e8b5d886d45e6fb6 to your computer and use it in GitHub Desktop.
Imprimir todas las variables globales creadas por las DevTools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| console.table(Object.keys(global).filter(k=>k.startsWith('temp')).map(k=>global[k])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment