1.1.0 • Published 4 years ago

math-game-function v1.1.0

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

Multiply game

Description

Function in npm package for math game in nodeJs for a project portfolio

URL

Tests with Jest

For start all tests

npm test

Random number

  • Number random is between 0 and 9 (* number random test)

Tests function multiply

  • No params in function
  • One params in function
  • Params one is not a number
  • Params two is not a number
  • Params is number less 0
  • Params is number greater 9
  • Return multiply result 25
  • Tests with 0
  • Test random number (* number random test)