topical media & game development
professional-javascript-14-DebugExample3.htm / htm
<html>
<head>
<title>Debug Example</title>
<script type="text/javascript">
function divide(iNum1, iNum2) {
return iNum1.valueOf() / iNum2.valueOf();
}
alert(divide("a"));
</script>
</head>
<body>
<p>This page causes a JavaScript error.</p>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.