JavaScript Run-time Errors
JavaScript run-time errors are errors that
result when your JavaScript script attempts to perform an action that
the system cannot execute. JavaScript run-time errors occur while your
script is being executed; when variable expressions are being evaluated,
and memory is being dynamic allocated.