I want to turn below JavaScript code, compatible for IE. Since the IE7, IE6 does not support Array.form. please help what is alternative of this command in IE.
const m = Edges.length;
const n = 3;
let edgeList = Array.from(Array(m), function () { new Array(n) });