Skip to content Skip to sidebar Skip to footer
Showing posts with the label Strict

Get Current Function Name In Strict Mode

I need the current function name as a string to log to our log facility. But arguments.callee.name … Read more Get Current Function Name In Strict Mode

Why Is Indexof(char) Is 0 If The Value Exists?

Why is firstHalf.indexOf(secondHalfArr[i]) 0? Solution 1: The indexOf() method returns the positi… Read more Why Is Indexof(char) Is 0 If The Value Exists?

Enforcing Strict Mode In Google-apps-script Files Using Chrome On Chromebook

In google-apps-script script file is it possible to set 'use strict'? I've created a f… Read more Enforcing Strict Mode In Google-apps-script Files Using Chrome On Chromebook

How Is JavaScript's Strict Mode Implemented

Update: Perhaps the way the function is called is to blame, so here's to it: 2 JS files  Main.… Read more How Is JavaScript's Strict Mode Implemented