see: recursion
function reality() {
return reality();
}
β οΈ Maximum call stack size exceeded
You have been here 1 times.
Or was it β times?