How do I tweak the Javascript code to add more decimal places to the number of cookies in the bank? #1186
Unanswered
jeffslutzky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you have a very large number of cookies in the bank relative to your cookies per second, the number in the bank doesn't change as much because there are only three decimal places. How can I tweak the code to show four or more decimal places? In other words, instead of "1.000" I'd like to be able to see "1.0000" or maybe more.
Beta Was this translation helpful? Give feedback.
All reactions