summary refs log tree commit diff stats
path: root/javascript/raindrops
Commit message (Collapse)AuthorAgeFilesLines
* JS: Raindrops: Move rules to a constAndinus2021-09-051-8/+10
|
* JS: Raindrops: Remove repeated math logicAndinus2021-09-041-5/+11
| | | | | | - Removes repeated math logic. - Compares against "" instead of using .length. - Uses "number" instead of "num".
* JS: Raindrops: Add solutionAndinus2021-09-039-0/+259