I'm getting ""Uncaught SyntaxError: Unexpected identifier"" while trying to console the book object the problem is in the onclick="alertCLick(book)" 1 Getting this error on running js using node : Uncaught SyntaxError: Unexpected identifier -1 How to fix this "Syntax error:Unexpected ide...
SyntaxError: Unexpected identifier 'format_date'. Expected '}' to end an object literal. If I remove await there but keep the async function format_date(data) { await input.buttonsAsync(); // and more } the script does not wait for my button input but runs right through...