Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleThe example of JS-code block with no response
Code Block
var arr = [1,2,3];
Expand
titleThe example of JS-code block with array in response
Code Block
var arr = [1,2,3];
return arr;

...