I have some JavaScript code in an HTML page with a button. I have a function called \'click()\' that handles the onClick event of the button. The code for the button is as f
Today this also happened to me. The function name maybe conflicts with keywords. My case is scrape(). I change the function name, everything works fine.