Skip to content

Instantly share code, notes, and snippets.

View anantc88's full-sized avatar

Anant Chaturvedi anantc88

  • 04:19 (UTC +05:30)
View GitHub Profile
@anantc88
anantc88 / Assignment1.html
Last active October 27, 2025 17:09
Assignment 1 - debounce function
<html>
<head>
<title>Assignment-1</title>
</head>
<body>
<button id="clickLabel">Click me!</button>
<div id="output"></div>
<script>
(function () {
const label = document.getElementById('clickLabel');