At the moment, I'm doing a lession of JavaScript. But I'm doing some math currently.
My question is : "
1. Complete the missing bits of code to construct the if / else statement. Make the condition evaluate to true.
2. Finish the else statement by printing out the string "Error Error Error" to the console."
What I have to fix is this :
"
Line 1: ("Jon".length * 2 / (2+1) === )
Line 2:{
Line 3: console.log("The answer makes sense!");
Line 4:}
Line 5:else
Line 6:
Line 7: "
Help someone?
My question is : "
1. Complete the missing bits of code to construct the if / else statement. Make the condition evaluate to true.
2. Finish the else statement by printing out the string "Error Error Error" to the console."
What I have to fix is this :
"
Line 1: ("Jon".length * 2 / (2+1) === )
Line 2:{
Line 3: console.log("The answer makes sense!");
Line 4:}
Line 5:else
Line 6:
Line 7: "
Help someone?
Comment