if (h = True) {
  console.log("h")
}

comments (single view)

if (h == True) {
  console.log("h")
}
View all comments