We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aac84b commit 823708bCopy full SHA for 823708b
nodejs/tacticaltechjay_coinFlip.js
@@ -0,0 +1 @@
1
+Math.floor(Math.random() * 2) === 1 ? console.log('Heads!') : console.log('Tails!')
0 commit comments