for some reason this code returns false
false
const label = "airplane"; console.log(label === "airplane");
I have already tried casting the label to string, using toLowerCase and other things, but it just doesn't work.