2 Commits

Author SHA1 Message Date
cf94f0c6a7 added a variable declaration 2025-09-04 12:08:50 +05:30
3fe7109585 docs(readme): add missing space in heading 2025-08-30 11:07:51 +05:30
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
#Welcome to Git Training Hub
# Welcome to Git Training Hub

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() {