Skip to content

Instantly share code, notes, and snippets.

@r0x0d
Created June 4, 2020 17:18
Show Gist options
  • Save r0x0d/60c61d3455af10c81110648f8a284552 to your computer and use it in GitHub Desktop.
Save r0x0d/60c61d3455af10c81110648f8a284552 to your computer and use it in GitHub Desktop.
// Esse código pode ser executado através do DevTools do seu navegador, basta entrar no site https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Guide/Introduction
// e apertar as teclas CTRL + SHIFT + I
const superAwesomeTitle = document.getElementById("O_que_você_realmente_já_deveria_saber")
superAwesomeTitle.textContent // "O que você realmente já deveria saber?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment