function isFreezing(temperature) {
return temperature < 0;
}
const freezing = isFreezing(-3);
console.log(freezing);
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