Menu
Coddy logo textTech

Right click

Lesson 22 of 23 in Coddy's Slider | Front-end Project course.

challenge icon

Challenge

Easy

1. Create an even listener that will trigger after document loading ('DOMContentLoaded').

2. Add an event listener on the right button click (#right) to scrollBy the carousel from left with 250, behavior should be smooth.

Try it yourself

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

All lessons in Slider | Front-end Project