var thisYear = new Date ().getFullYear (), nextYear = thisYear + 1;
console.log ("Forecast: " + nextYear + " will be the hottest year ever recorded, beating the previous record from " + thisYear + ".");