Avatar

Correct answer by
Level 10

Hi,

the syntax is similar in JavaScript.

if (this.isNull) {

          scriptObject.functionName();

}

View solution in original post