1 Commits

Author SHA1 Message Date
cf94f0c6a7 added a variable declaration 2025-09-04 12:08:50 +05:30

View File

@ -9,6 +9,7 @@ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
});
// Add hover effect to buttons
const a = [1, 2, 3];
const buttons = document.querySelectorAll('.btn');
buttons.forEach(button => {
button.addEventListener('mouseenter', function() {