You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To view the results of a coin toss as Head or Tails every time one flips it.
constcoin=require("tossacoin");coin.toss();// returns Heads or Tailscoin.isHead();// returns boolean True or Falsecoin.isTail();// returns boolean True or False