Man, you're an incredible person. It was my first exercise of JavaScript. Thanks for you I exactly know what want to do!
@zinpainghtet961 Жыл бұрын
Instead of using background music , you should teach in voice .just a suggestion.
@janiselmeris570511 ай бұрын
Thank you for the nice-looking countdown! During the last second when 0-1 seconds are left, "0 seconds" is displayed, but it should be "1 seconds", otherwise when we see "0 seconds" we still need to wait 1 more second for the end time actually set in.
@codehal Жыл бұрын
Awesome bro❤
@ancientSeven Жыл бұрын
Bro I just love your video ♥️♥️ Thankyou soooooooooo much..!
@liamaiken1782 Жыл бұрын
Needed this. Found it finally
@gaeltobelekinzamba6618 Жыл бұрын
Great work
@vrfEducation Жыл бұрын
super super cool bro. great idea with nice design
@codevortex-8 ай бұрын
Congrats bro
@GoBlueGreg Жыл бұрын
Great tutorial!
@quangtrungo6146 Жыл бұрын
Great !
@rubaiyathossain1758 Жыл бұрын
wow!
@yvil Жыл бұрын
16:32
@asriddinov8388 Жыл бұрын
Wooow
@codeBySach-IN Жыл бұрын
Thanks sir. Now i can build the age calculator !!!❤❤❤❤
@mahirdaiyan6898 Жыл бұрын
Wait how
@codeBySach-IN Жыл бұрын
@@mahirdaiyan6898 i got idea 💡
@alessiacampana2320 Жыл бұрын
@@mahirdaiyan6898 user imput his birth and the system take is data as endDate
@andre1173 Жыл бұрын
Hello all, line 71: let distance = now - countDown; Fixed it! Turns out tiny mistakes = disaster lol.
@mayank89_49 Жыл бұрын
???
@azizmuhamad8471 Жыл бұрын
Source code please?
@jusufmuftic7765 Жыл бұрын
3:49 what did you do?
@bruhmoment3731 Жыл бұрын
cmd / he commented out that line of code
@jhoncamelo9745 Жыл бұрын
One question, how do you make that quotation mark that he uses in the rotatez?
@ItsFrits11 ай бұрын
On the top left of your keyboard there should be a button for that, if you press it twice you get `` and if you do shift + ` you get the squiggly line ~
@gal885 Жыл бұрын
Can you provide the source code please?
@SupunAnuranga-fo1vz Жыл бұрын
❤🔥💥💥💫
@alessiacampana2320 Жыл бұрын
19:58 che simbolo è?
@asriddinov8388 Жыл бұрын
🥰😍🤩
@razexamvs875611 ай бұрын
here is the correct code js ---->>>> let days = document.getElementById("days"); let hours = document.getElementById("hours"); let minutes = document.getElementById("minutes"); let seconds = document.getElementById("seconds"); let dd = document.getElementById("dd"); let hh = document.getElementById("hh"); let mm = document.getElementById("mm"); let ss = document.getElementById("ss"); let day_dot = document.querySelector(".day_dot"); let hr_dot = document.querySelector(".hr_dot"); let min_dot = document.querySelector(".min_dot"); let sec_dot = document.querySelector(".sec_dot"); // Set the end date with the correct format "MM/DD/YYYY HH:mm:ss" let endDate = new Date("02/02/2024 00:00:00").getTime(); let x = setInterval(function () { let now = new Date().getTime(); let distance = endDate - now; // Time calculation for days, hrs, mins, and seconds let d = Math.floor(distance / (1000 * 60 * 60 * 24)); let h = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); let m = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); let s = Math.floor((distance % (1000 * 60)) / 1000); // Output result days.innerHTML = d + "Days"; hours.innerHTML = h + "Hours"; minutes.innerHTML = m + "Minutes"; seconds.innerHTML = s + "Seconds"; }, 1000); // Update every 1 second
@VirtualWorldDE Жыл бұрын
Bro the ids for hours and seconds are very german...
@moritzdeiaco2798 Жыл бұрын
First
@anju_yadav_2387 Жыл бұрын
Sir if a want to change the date not a happy new year I want put my birthday 23 April thn how it work bcz I did and then change the date it was not working but when a put the new year date it's work . Then plz help me out Plz tell me the code . How can I change it 😢
@anju_yadav_2387 Жыл бұрын
Plz sir comments it fast only 2 days are left 😢. Plz comment it sir