I am getting this error which I can not understand.
I am getting syntax error and all I have in that js/core.js line 62 column 13 which is
//Image
let image = document.createElement(“img”);
image.classList.add(“a-dynamic-image”);
image.src = this.ImageUrl; <-- This is the point of error