xubera
02-25-2007, 10:01 AM
I'm new to the javascript progamming field and I used w3Schools (http://www.w3schools.com) to learn javascript. I do not remember seeing in the tutorials or any tutorial what the statement below means.
If (!myFunction())
what does the "!" infront of a function in an "if" statement mean.
also what does it mean in statements like:
if (document.title)
or
if(!document.title)
Thanks for the help =]
If (!myFunction())
what does the "!" infront of a function in an "if" statement mean.
also what does it mean in statements like:
if (document.title)
or
if(!document.title)
Thanks for the help =]