var a = 3; if(a>4) { console.log("a is greater than 4"); } else { console.log("a is less than 4"); }
Preview:
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