h1 {
  content: "console.log('hello world!')"
}
        
      

        
h1 {
  content: "console.log(this.innerText)"
}
        
      


h1 {
  content: "window.header = this"
}
p {
  content: "this.innerText = window.header.innerText"
}