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?

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

ANSWER DOWNLOAD EXAMIANS APP