We can store the result of a comparison with the inequality operator in a variable.
Save the comparison between 1 and 2 into the variable result.
1
2
result
Make sure you use = to set the variable's value and !== to compare values.
=
!==