Skip to content

Commit 823708b

Browse files
author
TacticalTechJay
committed
commit message
1 parent 2aac84b commit 823708b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodejs/tacticaltechjay_coinFlip.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Math.floor(Math.random() * 2) === 1 ? console.log('Heads!') : console.log('Tails!')

0 commit comments

Comments
 (0)