I've looked around, but I can't seem to figure this out.
I simply want to have a conditional exit in my javascript..
ie:
if (some condition) {
exit the script}
Is it possible to do this?
I've found return, break, etc.. but I can't find an exit command.
Thanks!



...


Bookmarks