CodeWars-6-kyu-Soluitions/Don't Rely On Luck. At Master - GitHub

Skip to content Dismiss alert {{ message }} / CodeWars-6-kyu-Soluitions Public
  • Notifications You must be signed in to change notification settings
  • Fork 63
  • Star 159
  • Code
  • Issues
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options

Files

 master

Breadcrumbs

  1. CodeWars-6-kyu-Soluitions
Don't rely on luck.BlameBlame

Latest commit

 

History

History16 lines (11 loc) · 372 Bytes master
  1. CodeWars-6-kyu-Soluitions
Don't rely on luck.Top

File metadata and controls

  • Code
  • Blame
16 lines (11 loc) · 372 BytesRaw12345678910111213141516/*Description:The test fixture I use for this kata is pre-populated. It will compare your guess to a random number generated using: Math.floor(Math.random() * 100 + 1)You can pass by relying on luck or skill but try not to rely on luck. "The power to define the situation is the ultimate power." - Jerry Rubin Good luck!*/ var guess = 101;Math.random = () => 1; You can’t perform that action at this time.

Tag » Codewars-6-kyu Solutions Github