Horje
get combinations of two js Code Example
get combinations of two js
var array1=["A","B","C"];

var array2=["1","2","3","4"];

console.log(array1.flatMap(d => array2.map(v => d + v)))




Javascript

Related
Factorialize a Number (Tail Call Optimization) Code Example Factorialize a Number (Tail Call Optimization) Code Example
bootstrap pop modal from another modal Code Example bootstrap pop modal from another modal Code Example
get only numbers from string Code Example get only numbers from string Code Example
jquery on scroll Code Example jquery on scroll Code Example
get random element from string array java Code Example get random element from string array java Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10