five
five copied to clipboard
Derive 5 from language syntax
Instead of relying on a predefined value of 5, it can be derived from first principles (e.g. low level language syntax).
This also makes the assertion in test.js more meaningful since it now doesn't just assert literal values to be equal.
#96 is better though