I would like to join a js variable together with another to create another variable name... so it would be look like;
for (i=1;i<=2;i++){ var marker =
warning! this does not work with links.
var variable = 'variable', another = 'another';
['I would', 'like to'].join(' ') + ' a js ' + variable + ' together with ' + another + ' to create ' + [another, ...[variable].concat('name')].join(' ').concat('...');