``` ts var array = [1,2,4] function a4(x,y,z) {} a4(...<crash> ```  If the function a4 is not defined. Below is an error that get throw instead 
If the function a4 is not defined. Below is an error that get throw instead
