JavaScript Alert
Sunday November 8, 2009
You can do some quick debugging of simple JavaScripts using alert()
The alert built in function has little to no use in live JavaScript code (particularly since some browsers display an option to turn off JavaScript at the bottom of the alert) but it is still useful for finding and fixing errors in JavaScript code when you are testing in a browser that doesn't have a debugger built in (such as Firefox).
JavaScript Alert


No comments yet. Leave a Comment