if (“Jon”.length * 2 / (2+1) === )
{
console.log(“The answer makes sense!”);
}
else
}
Can Someone help me with this
if (“Jon”.length * 2 / (2+1) === )
{
console.log(“The answer makes sense!”);
}
else
}
Can Someone help me with this
Never Mind I have found out what I had done wrong
Got to make sure you have your if statements compare two things
Ya I noticed that after I posted this but thanks anyway
please help me to do that i have the same problem
please give me the answer for maths 19
if (“Jon”.length * 2 / (2+1) === 2 )
{
console.log(“The answer makes sense!”);
}
else {
console.log(“error error error”);
Here is the solution , make sure u only take reference, try to use ur code. It will help to boost ur confidence.
thank u very much dr.yeah i got a strugle in this chapter.thatsy asked the solution.yes i will use my code in coming chapter.thanks for ur advice again.have a nice day.
i tried that answer but it shows an error message that there was a problem with ur syntax
This is Correct Buddy
if(“Jon”.length * 2 / (2+1) === 2)
{
console.log(“The answer makes sense!”);
}
else
{
console.log(“Error Error Error”);
}
I don’t understand… Why is it equal 2?
This topic is really old, if you still have a question you can make a new topic