Javascript:
Compare userNumber with compareNumber and display 'Numbers are equal' if the numbers are the same. Then, display 'Variables are not identical' if the variables are not identical.
var compareNumber = 3; // Code will be tested with: 3, 8, 42
var userNumber = '3'; // Code will be tested with: '3', 8, 'Hi'