My dog, in the camper: WOOF WOOF WOOF
So, I let her out here with us.
My dog outside: *cries to go inside*
So I put her back in.
My dog, in the camper: WOOF WOOF WOOF Worst recursive function ever.
function bark(location){
if(“inside” === location){
bark(“inside”)
}else{
bark(“outside”)
}
}
bark(“outside”)
Leave a Reply