// Initialize variables
var X = 10;
var Y = X * 2;
if (Y &gt; 15) {
  console.log(&quot;Value is large&quot;);
}