qns @qns
if (h = True) {
  console.log("h")
}
Jun 12, 2021, 12:43 PM
5
View all

comments

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