-1👍
If I understood your question correctly, you need to use ===
or ==
equality operators, instead of just =
assignment.
Source:stackexchange.com
-1👍
If I understood your question correctly, you need to use ===
or ==
equality operators, instead of just =
assignment.