have serious problems with IE browser. For the Firefox & Chrome browser everything is normal.
let currentDateFormat = clone.beginDate.format('dddd DD'),
$thead = $(`table#${week}`).find('thead');
clone.strDay += `<td id="${currentDateFormat.replace(/ /g, '')}"></td>`
$thead.find(`tr:nth-child(2) th:nth-child(${child})`).text(currentDateFormat);
child += 1;
I have seen solutions, but it does not work for me.
-> `
to be:
\"