<script>
setTimeout(() => {console.log("*****Timer Ends*****")}, 120);
//This Timer will execute after 120 seconds (2 minutes) and will print on console.
</script>
A quick timer made with javascript.
<script>
setTimeout(() => {console.log("*****Timer Ends*****")}, 120);
//This Timer will execute after 120 seconds (2 minutes) and will print on console.
</script>
Log in or sign up for Devpost to join the conversation.