Preview:
var a = 5;
var b = 4;

if( a>4)
{
    if(b>3)
    {
        console.log("The value of a is greater than 4 and the value of b is greater than 3");
    }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter