This is a form of recursion where each recursive call can only call upon a one more function, which means, our recursive function will call a single function inside it until it hits a base layer.