window.location.href="www.google.com". The given statement when executed would result in one of the following:
It will give an error
It will execute and nothing will happen
It will execute and www.google.com is going to open
None of The above