I'm new to the javascript progamming field and I used w3Schools to learn javascript. I do not remember seeing in the tutorials or any tutorial what the statement below means.
what does the "!" infront of a function in an "if" statement mean.Code:If (!myFunction())
also what does it mean in statements like:
orCode:if (document.title)
Thanks for the help =]Code:if(!document.title)



Reply With Quote



Bookmarks