Simple addition game which increments current score if player sums two integers correctly, and updates highest score after each question (if necessary).
If player answers a question incorrectly, current score returns to 0.
(Created to help consolidate new JavaScript, HTML and CSS skills.)