robertoscotti Posted July 15, 2012 Report Share Posted July 15, 2012 Hello, I really appreciated the Tutorial How-to-build-websites.com I was stuck for some time on the box at the end of Javascript Programming: Part 6 Maybe the missing bracket is not a mistake, it is done on purpose. Mybe not. I just want to share the solution. ERRATA: window.alert"This is an alert box!"); CORRIGE: window.alert("This is an alert box!"); cheers Quote Link to comment Share on other sites More sharing options...
benjaminmorgan Posted July 16, 2012 Report Share Posted July 16, 2012 That is a parenthesis. It's in the bottom code block. It's not done on purpose. The code won't work without that parenthesis. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.