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

comments

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

what language is this man