abjoe
8 years agoNew Contributor II
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”];
...