WebHosting

Thursday, November 10, 2011

JavaScript Errors

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.



 

JavaScript Syntax Errors

JavaScript syntax errors are errors that result when the structure of one of your JavaScript statements violates one or more of the grammatical rules of the JavaScript scripting language. JavaScript syntax errors occur during the program compilation stage, before the program has begun to be executed.

 

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

How to Auto-Terminate Frozen and Hung Apps in Windows

We have all been there. You are in the middle of an important project or a gaming session, and suddenly, your screen freezes. The dreaded ...