Forum Discussion

abjoe's avatar
abjoe
New Contributor II
8 years ago

Create array using script snap

Hi Everyone, I have written a simple javascript code in Script snap. Please find the code below: script = { execute : function() { while (input.hasNext()) { var test = [“a”, “b”]; ...