What are the two different ways to write the commands to draw an image using the image tag and variables given?
We want the image at location (400, 200) and the size of the image should be 100 by 100 pixels. (use the context variable ctx)

var pic = document.getElementById(“slime”)