What am I doing wrong? there are 7 pictures with pre-made IDs from "img1" to "img7"
function changeWidth() {
let b = 50
let k = 0
let l = `"#img${(k + 1)}"`;
for (let k = 0; k < 7; k++)
document.querySelector("l").width = `${(b = b + 50)}`;
}