Hello there ,
I have recently finished working with Image gallery Assessment. And I need someone to review my code and share some inputs on how to improve the code any further. Here are the code link and task link.
Thank you in Advance,
Dinesh
Hello there ,
I have recently finished working with Image gallery Assessment. And I need someone to review my code and share some inputs on how to improve the code any further. Here are the code link and task link.
Thank you in Advance,
Dinesh
Hi @Dinesh_Sake
Very well done. Everything is correct!
A few simplifications:
`${file}`
. If we just have a variable you can simply do this: file
.setAttribute()
or getAttribute()
. For example: displayedImage.src = e.target.src
.Have a nice weekend,
Michael
Okay sir, I did the changes recommended by you. Thanks for the help.
Well done! Much cleaner now.