If I have some card images for a Javascript game, what is the most efficient way to display those images?
Is it best to just create a new object with the same image URL?
Should I preload all images then hide them and clone an instance of the image object?
Is there another method?
If I have some card images for a Javascript game, what is the most
Share
1 Answer