As you can see from the embed below... my script is only returning one result(500). How can I rewrite my code so that I get both results? Thank you in advance for your advice.
Or alternatively....
function multiplier() { return { result1: 25 * 20, result2: 25 * 1 } }