Can I set 'use strict' in google-apps-script? I created a function to verify this
function a () { //logs - function a "use strict"; Logger.log(arguments.callee); }
If strict mode were applied, I would have thought that this operator would throw a TypeError.
Script applications do not support strict mode on the server. If you use the HtmlService, all of the Script client code you write is implicit mode, regardless of whether you are instructed to "use strict".
Source: https://habr.com/ru/post/1446664/More articles:Await Task.WhenAll () inside a task not expecting - c #Why is one version of a memory leak, but not another? (Python) - pythonApache / PHP for Windows 8 - phpstd :: async does not parallelize tasks - c ++Collaborative update processing in ASP.NET or SQL Server 2008 - sql-serverHow to check if a file exists in C with user input - cExpandable list with a special flag: group itemclick and scrolling - androidPowershell - load arguments from file - powershellOdd results with parsing Datetime C # - c #How to use imap_open for a proxy? - phpAll Articles