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”)

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *