Compare commits
2 Commits
fix/num
...
feature/br
Author | SHA1 | Date | |
---|---|---|---|
cf94f0c6a7 | |||
3fe7109585 |
12
numbers.dart
12
numbers.dart
@ -1,12 +0,0 @@
|
|||||||
List<int> numbers = [
|
|
||||||
100,
|
|
||||||
200,
|
|
||||||
300,
|
|
||||||
100,
|
|
||||||
222,
|
|
||||||
300,
|
|
||||||
540,
|
|
||||||
130,
|
|
||||||
870,
|
|
||||||
150,
|
|
||||||
];
|
|
@ -9,6 +9,7 @@ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Add hover effect to buttons
|
// Add hover effect to buttons
|
||||||
|
const a = [1, 2, 3];
|
||||||
const buttons = document.querySelectorAll('.btn');
|
const buttons = document.querySelectorAll('.btn');
|
||||||
buttons.forEach(button => {
|
buttons.forEach(button => {
|
||||||
button.addEventListener('mouseenter', function() {
|
button.addEventListener('mouseenter', function() {
|
||||||
|
Reference in New Issue
Block a user