Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CHALLENGE ACTIVITY 6.3.1: Conditionals. Jump to level 1 1 Compare userNumber with compareNumber and display 'Numbers are not equal' if the numbers are different. Then,
CHALLENGE ACTIVITY 6.3.1: Conditionals. Jump to level 1 1 Compare userNumber with compareNumber and display 'Numbers are not equal' if the numbers are different. Then, display 'Variables are not identical' if the variables are not identical (not strictly equal). 2 3 1 let compare Number 3; // Code will be tested with: 3, 8, 42 2 let user Number = '3'; // Code will be tested with: '3', 8, 'Hi' 3 4 /* Your solution goes here */ 5 4 2 3 4 Check Try again CHALLENGE ACTIVITY 6.3.1: Conditionals. Jump to level 1 1 Compare userNumber with compareNumber and display 'Numbers are not equal' if the numbers are different. Then, display 'Variables are not identical' if the variables are not identical (not strictly equal). 2 3 1 let compare Number 3; // Code will be tested with: 3, 8, 42 2 let user Number = '3'; // Code will be tested with: '3', 8, 'Hi' 3 4 /* Your solution goes here */ 5 4 2 3 4 Check Try again
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started