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 add "Copy to" and "Move to" options to the right-click context menu in Windows:

Method 1: Registry Editor (Manual) Note: Back up your registry first or create a system restore point. Add "Copy to" Option:...