Chrome Dev Tools throws the following JavaScript error:
Uncaught SyntaxError: Unexpected end of input ... application.js:1
application.js file (first two lines):
var firstTimeExecuting = true; //should execute only once...above function call.
function guessAnal(guess) { ... //Analyze the guess.