Skip to content

Instantly share code, notes, and snippets.

@fackux
Created April 30, 2022 19:48
Show Gist options
  • Select an option

  • Save fackux/5b20d87d2aa31431e8b5d886d45e6fb6 to your computer and use it in GitHub Desktop.

Select an option

Save fackux/5b20d87d2aa31431e8b5d886d45e6fb6 to your computer and use it in GitHub Desktop.
Imprimir todas las variables globales creadas por las DevTools
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