1.2.0 • Published 4 years ago

higher-or-lower v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Higher or Lower

A guessing game!

Install

$ npm install higher-or-lower

Syntax

guess(myGuess, number);
const guess = require('higher-or-lower');

console.log(guess(1, 2));

// Higher!!!

console.log(guess(2, 1));

// Lower!!!

console.log(guess(1, 1));

// You guessed it!
1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago