Skip to content

Added a Image Galary Project#2051

Open
Halmoside wants to merge 1 commit into
Ishaan28malik:masterfrom
Halmoside:Halmoside-patch-1
Open

Added a Image Galary Project#2051
Halmoside wants to merge 1 commit into
Ishaan28malik:masterfrom
Halmoside:Halmoside-patch-1

Conversation

@Halmoside
Copy link
Copy Markdown

Created and added a Image Galary Project please review it and accept my PR .
#hacktoberfest2024 #hacktoberfest #opensource

Created and added a Image Galary Project please review it and accept my PR .
#hacktoberfest2024 #hacktoberfest #opensource
scrollContainer.scrollLeft += 900;
});

backBtn.addEventListener("click", () => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').


});

nextBtn.addEventListener("click", () => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

let backBtn = document.getElementById("backBtn");
let nextBtn = document.getElementById("nextBtn");

scrollContainer.addEventListener("wheel", (event) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,20 @@
let scrollContainer = document.querySelector(".gallery");
let backBtn = document.getElementById("backBtn");
let nextBtn = document.getElementById("nextBtn");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

@@ -0,0 +1,20 @@
let scrollContainer = document.querySelector(".gallery");
let backBtn = document.getElementById("backBtn");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

@@ -0,0 +1,20 @@
let scrollContainer = document.querySelector(".gallery");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant