[ad_1]
'${fName}' is treated as a regular string. You’re supposed to use string templates:
document.write(`${fName}`);
0
[ad_2]
solved ES6 String Substitution does not work
[ad_1]
'${fName}' is treated as a regular string. You’re supposed to use string templates:
document.write(`${fName}`);
0
[ad_2]
solved ES6 String Substitution does not work