Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Enums in JS - boolean

node v6.17.1
version: 1.0.0
endpointsharetweet
let isSummer = true // or, let isSummer = false const showPopUp = () => console.log('Its summer') if(isSummer){ showPopUp() }
Loading…

no comments

    sign in to comment