Skip to content

cubo1123/flip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Coin flip

A simple countdown timer You must implement a randomNumber(n) function that generates a random number greater than or equal to 0, and less than input n.

n must be greater than 0 n must be less than 1,000,000 Your only source of randomness must be the provided flip() function You cannot use Math.random in your implementation

Installation

npm install 
yarn

Usage

npm run dev 
yarn run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published