Created
May 15, 2020 03:30
-
-
Save hum-n/06080fa6ddc7bec0f7470c1f14f5baf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let name = process.argv[2]; | |
if (name) { | |
console.log(`Let’s start ${name}.`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment