<script>
setTimeout(() => {console.log("*****Timer Ends*****")}, 120);
//This Timer will execute after 120 seconds (2 minutes) and will print on console.
</script>

Built With

Share this project:

Updates