Js How To Prevent A Code From Runing Code Example

Snippet 1

  if(someEventHappened) return; // Will prevent subsequent code from being executed
alert("This alert will never be shown."); 

Copyright © Code Fetcher 2020

 

 

Published

Leave a comment

Your email address will not be published. Required fields are marked *