How do typeof and instanceof work?
There are two special operators related to data types in SnapLogic. These operators are typeof and instanceof. The names look like the operators in JavaScript but they don't work like in Javascript. const a = new String("Hello world"); const b = Stri...