var a = 5;

if(a>4)
{
    console.log("a is greater than 4");
}