mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
Fixes the description of Math.random() in Javascript waypoint. Math.random() generates a random decimal number between 0 and 1. Closes #4728