Recursive case
The recursive case is the part of the function that calls itself.
The function will continue to call itself until the base case is reached.
The recursive case is the part of the function that calls itself.
The function will continue to call itself until the base case is reached.
Clickable & Draggable!