JavaScript testing outside Integration
To test a JavaScript map function outside Integration, you can use a local or online testing utility to run your script. Declare variables for the function inputs and outputs and assign values and inspect the console output accordingly.
Be sure to remove any excess debugging code and remove the variable assignments to correspond with the function's inputs and/or outputs before copying the script back into .
One example of an online editor is W3Schools' Tryit Editor.