com.glide.cs.javascript.reserved_words
ServiceNow property description:
Reserved words in JavaScript that should not be used as Var names or QVar names
Attributes
- Sys ID: 053aaaa33b21130028fa456993efc43b
- Type: string
- Application: Global
- Default value: abstract,arguments,await,boolean,break,byte,case,catch,char,class,const,continue,debugger,default,delete,do,double,else,enum,eval,export,extends,false,final,finally,float,for,function,goto,if,implements,import,in,instanceof,int,interface,let,long,native,new,null,package,private,protected,public,return,short,static,super,switch,synchronized,this,throw,throws,transient,true,try,typeof,var,void,volatile,while,with,yield,,,Array,Date,eval,function,hasOwnProperty,Infinity,isFinite,isNaN,isPrototypeOf,length,Math,NaN,name,Number,Object,prototype,String,toString,undefined,valueOf

AI generated property description:
The ServiceNow property `com.glide.cs.javascript.reserved_words` is used to specify JavaScript reserved words that should not be used as variable names (Var names) or query variable names (QVar names) within the Virtual Agent environment. This property helps prevent conflicts and errors that can arise from using reserved keywords in scripting. The documentation linked provides a comprehensive list of these reserved words and emphasizes the importance of adhering to this guideline to ensure smooth operation and functionality of the Virtual Agent. By configuring this property, developers can avoid common pitfalls associated with reserved keywords in JavaScript.
Source