I am having difficutly understanding the error messages presented by javascript editor in codecademy. I have tried running it in visual studio code but it just tries to pull up a blank website. Can someone teach me how to interpret the error messages being presented. I need to know what line the code error is on. Also what is wrong with my code?
Code error presented:
/home/ccuser/workspace/sleep-debt-calculator/sleepDebtCalculator.js:19
});
^
SyntaxError: Unexpected token )
at createScript (vm.js:53:10)
at Object.runInThisContext (vm.js:95:10)
at Module._compile (module.js:543:28)
at Object.Module._extensions…js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:427:7)
at startup (bootstrap_node.js:151:9)