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?

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

ANSWER DOWNLOAD EXAMIANS APP