Maximize the use of JavaScript

Instead of breaking out each step into different Assign nodes, you can use one script function to complete every action in one step. When using JavaScript in your Assign nodes, you should take time to review your code to make sure it is written as efficiently as possible. Sometimes what you wrote using three functions can be done with one, so reduce the number of lines in your script as much as you can.