+ 1
How to write path for image within big bracket for javascript? Anyone can say this??
Writing path
2 Réponses
0
I am not sure this is the answer you are looking for but I hope it helps
// Javascript
const image = document.getElementbyId('img');
image.src = "./path";
0
Thanks bro...but I have already solved this problem myself