Is there a way to use javascript methods in functions like those used with arrays (.concat(), .join(), etc) in other javascript applications?
Whenever I attempt to use these methods I receive an error that says it is not a function.
To give this some context, I am trying to add a timestamp column to data generated by reading tags from an Allen-Bradley PLC by creating a single value array that holds the timestamp and merging that array with the array of data from the PLC. Once this data is assembled I am writing it to a CSV file.