Which of the following is NOT a debugging strategy for client-side scripts?
Client-side scripts execute in the web browser and can use browser-oriented tools such as the JavaScript Log, Field Watcher, and form messages. gs.log() is a server-side GlideSystem logging method, so it is not available as a client-side debugging technique.
gs.log()
Community Discussion