The following code snippets will crash the frontend ``` head(); tail(""); head(undefined); function foo() {}; tail(foo); head("foo"); ``` as per the comment here: https://github.com/source-academy/js-slang/issues/1712#issuecomment-2337201296