Preview:
let a = 100
function App() {
  console.log('1', a)
  let a = 42
  console.log('2', a)
  {
    let a = 100
  }
  console.log('3', a)
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter