i am new to coding. I actually just started yesterday. And i have this problem with this code. I am using JavaScript. Here is the code:
("Jon".length * 2 / (2+1) === 2 ) {
{
( if console.log( "The answer makes sense!" );
}
else( "Wrong Wrong Wrong" )
}
Thank you.