Always be learning
View the Project on GitHub
Figure out what’s going on here and explain it back to someone:
function tim() { tim.tim = tim(); return tim } tim.tim = tim // tim.tim.tim.tim(tim) // tim.tim.tim.tim()