Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

In the solve function, I inverted the check in order to remove the continue statement. In my opinion this makes the code easier to read (read moreread more).

In the solve function, I inverted the check in order to remove the continue statement. In my opinion this makes the code easier to read (read more).

In the solve function, I inverted the check in order to remove the continue statement. In my opinion this makes the code easier to read (read more).

added 398 characters in body
Source Link

I also grouped the variable declarations (not "all to the top" as jslint) and simplified the conditional checks.

In the solvesolve function, I inverted the check in order to remove the continue statement, which in. In my opinion this makes the code easier to read (read more).

I also grouped the variable declarations and simplified the conditional checks.

In the solve function, I inverted the check in order to remove the continue statement, which in my opinion makes the code easier to read.

I also grouped the variable declarations (not "all to the top" as jslint) and simplified the conditional checks.

In the solve function, I inverted the check in order to remove the continue statement. In my opinion this makes the code easier to read (read more).

added 398 characters in body
Source Link

The click event is using an event listener in order to remove JS from HTML.

All DOM selection is made through query selection.

The click event is using an event listener in order to remove JS from HTML.

All DOM selection is made through query selection.

added 398 characters in body
Source Link
Loading
Source Link
Loading