es6-3

PHOTO EMBED

Wed Oct 12 2022 01:16:41 GMT+0000 (Coordinated Universal Time)

Saved by @Vrushabh_123

let a = 100
function App() {
  a = 42
  console.log('1', a)
}
content_copyCOPY