var totn_string = 'Tech'; totn_string = totn_string.concat('On','The','Net'); console.log(totn_string);