how to fill html datalist with array values in javascript code example
Example: how to fill html datalist with array values in javascript
let str='';
let htmlstring = Names.forEach((name) => {
str += '';
});
//paste var str into html