To interpolate your variables into one string, just add the $ marks to the original string and pass each value as a parameter:
var i = ;var name = 'Porta8080';var output = ;
You can pass any number of parameters.
Alternatively, you can pass the values as an array to programatically make interpolations.
;