4 lines
138 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Generate Random Fractions with JavaScript
---
JavaScript has a `Math.random()` function that generates a random decimal number.