cch5ng / fe_interview

[wip] revamp of front end interview app
https://fe-interview.herokuapp.com
2 stars 0 forks source link

code linting #117

Open cch5ng opened 5 years ago

cch5ng commented 5 years ago

check the line formatting for coding questions and js questions; think maybe somewhere the content gets cut off (check if I'm applying logic for child content or not)

look at jsprettier

cch5ng commented 5 years ago

App.logout() method seems to get called as expected but maybe there is an issue with 'this' ref b/c of using

console error found during reformatting for prettier

Uncaught ReferenceError: logout is not defined
    at App.<anonymous> (VM412 src.e31bb0bc.js:34232)
    at App.logout (VM412 src.e31bb0bc.js:34222)
    at Link._this.handleClick (VM412 src.e31bb0bc.js:29223)
    at HTMLUnknownElement.callCallback (VM412 src.e31bb0bc.js:3463)
    at Object.invokeGuardedCallbackDev (VM412 src.e31bb0bc.js:3512)
    at invokeGuardedCallback (VM412 src.e31bb0bc.js:3566)
    at invokeGuardedCallbackAndCatchFirstError (VM412 src.e31bb0bc.js:3581)
    at executeDispatch (VM412 src.e31bb0bc.js:3887)
    at executeDispatchesInOrder (VM412 src.e31bb0bc.js:3912)
    at executeDispatchesAndRelease (VM412 src.e31bb0bc.js:4011)