//Do not declare variable marks.
//Write your code below this line.
if(marks > 90){
    console.log("AA if " + marks + " is greater than 90")
}

if