Question
Best Practices for Coding in Javascript
I found the following link for best practices for coding in javascript:
Is this specific to thingworx 9?
For example, it states infotables can be created in 1 line.
var table = DataShapes["GenericStringList"].CreateValues();
I am on thingworx 8.5.3, and do not see any services under datashapes as it is not "thing".
