robertoscotti Posted July 15, 2012 Report 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
benjaminmorgan Posted July 16, 2012 Report 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now