how to add to a string to another string in javascript code example Example: concat no and string in javascript ['Hello', ' ', 'World'].join(''); // 'Hello World'