Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-22 20:24:04 +03:00
parent aedcded750
commit d35575373f
41 changed files with 148 additions and 88 deletions

View File

@ -3,7 +3,7 @@ title: randomNumberInRange
tags: math,random,beginner
---
Returns a random number in the specified range.
Generates a random number in the specified range.
- Use `Math.random()` to generate a random value, map it to the desired range using multiplication.