HTML5
Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image?

clearRect(x, y, w, h)
none of the mentioned
fillRect(x, y, w, h)
strokeRect(x, y, w, h)

ANSWER DOWNLOAD EXAMIANS APP