Build a Clock using Javascript | Beginner Javascript Project

preview_player
Показать описание
This is a beginner friendly javascript project on how to build a clock.

ZeroTo Mastery:

💻 Solve EDABIT coding challenges - BEGINNER! 💻

🔥 Connect with me on IG 🔥

☕ Support the channel ☕

🔥 My Coding Equipment 🔥

Github:

Timestamps:
0:00 - Start
0:26 - HTML
2:05 - Javascript
11:20 - CSS
Рекомендации по теме
Комментарии
Автор

Tutorials as high quality as this are not very easy to find! Thank you!!

allsparky
Автор

if (h<10){
h="0"+h;
}
if(m<10){
m="0"+m;
}
if(s<10){
s="0"+s;
}

This will ensure you get "0" before a single digit hour, minute and second.
Great tutorial man. Thanks <3

TheAshokWB
Автор

your tutorials are good sir. Please make more videos on next.js from Scratch to Professionals. I am watching your videos daily sir. I am so confident that I will get a job in Javascript. Your explanation is complete beginner friendly.

vijayshankarcrypto
Автор

sir plz make Ecommerce Project in React js with Tailwind CSS With Redux Toolkit plz plz plz
sir
only in React.its compulsory sir plz make this

hubesh