I was creating a simple web application using HtmlService in Google Apps script. I want to debug the JavaScript code(Client side) in the HTML file. Is there any way ?
I know the process for server side function.
Thank You In Advance !!
I was creating a simple web application using HtmlService in Google Apps script. I want to debug the JavaScript code(Client side) in the HTML file. Is there any way ?
I know the process for server side function.
Thank You In Advance !!
Use your web browser's built-in utilities to debug client-side Javascript. In Google Chrome, you can open the Developer Tools by pressing Ctrl-Shift-I or opening the menu and selecting More tools --> Developer tools.