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

comments

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