Joins given array of features with the FEATURE_SEPARATOR.
featureJoin(["top=10", "left=10", "resizable=1"]); // "top=10,left=10,resizable=1"
Joint string.
Joins given array of features with the FEATURE_SEPARATOR.
Example
Returns
Joint string.