https://share.sourceacademy.nus.edu.sg/z6al6 The program that crashes the frontend: ``` function a() { if (true) { display(1); return 1; } else { undefined; } } a(); ```