0
String
The string is written in double quotes but not used y is it written then
1 Answer
+ 1
The double quotes indicate that there is a string, not something else, so
12 != "12",
and if you have other variables,
let something = 10;
something != "something"