mawerty / Is-Prime

O(1) Algorithm to check if number is prime that works in 95%+ cases.
https://mawerty.github.io/Is-Prime/
Other
713 stars 144 forks source link

bug fixes for testing webpage #214

Closed arksurv closed 8 months ago

arksurv commented 8 months ago

test results are now parented to the created uls rather than directly to the root ul (much cleaner in inspect view, and i believe creating an empty ul was not the original intention) test result numbers now continue counting between separate test batches (e.g. before, if you clicked the test 100 button twice, you would have two sets of tests 1-100; with these changes, if you click it twice, you have tests 1-200)

mawerty commented 8 months ago

sounds good!