Since nobody answered this:
In your Javascript, you will find an arguments array containing the arguments you passed from Applescript or VBscript
So, using your example, if you added this line to your JSX file:
alert(arguments[0]);
You would get an alert saying "one" when you ran your Applescript.