Page 1 of 1

Question 20 Complete the statement below to answer what is output to the console? let weather = "stormy"; (weather) { ca

Posted: Fri Jul 08, 2022 7:26 am
by answerhappygod
Question 20 Complete The Statement Below To Answer What Is Output To The Console Let Weather Stormy Weather Ca 1
Question 20 Complete The Statement Below To Answer What Is Output To The Console Let Weather Stormy Weather Ca 1 (46.66 KiB) Viewed 28 times
Question 20 Complete the statement below to answer what is output to the console? let weather = "stormy"; (weather) { case "rainy": } message = "It is raining."; break; case "cloudy": message = "There is a chance it will rain."; break; case "thunder": message = "There is a storm out there."; break; default: message = "It is sunny."; console.log(message); switch There is a storm out there. switch It is sunny. case it is sunny. case There is a storm out there.