* Hello world! – coachifyy.info document.addEventListener("DOMContentLoaded", function() { let videos = document.querySelectorAll("video"); // Sare videos select karein for (let i = 0; i < videos.length - 1; i++) { videos[i].addEventListener("ended", function() { videos[i + 1].play(); // Pehle video ke end hone pe next start ho jaye }); } });

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 thought on “Hello world!”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top