The one thing I wish tutorials made by programmers is to also show testing. It's the most important aspect of coding. Our team always says "the code is broken if there's no test coverage" even if the code appears to work.
Trying to find at least ONE UA-camr who understands how to populate a calendar / date picker using the date function and vanilla javascript. Please point me to one if you're aware.
@@ieatwebsites Thanks for responding. I just want to build it without using jquery. Can't find a single UA-camr coder that makes things from scratch. Even my developer friends don't know of anyone.
thank you !! I'm beginner at javascript, can I use the method without api, like "1 january 2021" as a string like "[data.day],[months[month]],[data.year]"?
Yes you can. But you need to create your own functions. If you are a beginner, maybe a library like moment.js helps a lot. I have a video tutorial about it.
Thanks for the video and the time spent in explaining this. I have a doubt, is it possible to execute a function in JS within a certain time interval, for example, from one date to another that displays something, if it is not in that date range it does not display?
dude i want a code like i wanna show my code at specific date like for example todays is 3 july but i wanna show only my code 28 july thats should be automatic may i?
The one thing I wish tutorials made by programmers is to also show testing. It's the most important aspect of coding. Our team always says "the code is broken if there's no test coverage" even if the code appears to work.
I agree! I was thinking on recording one using Jest and I will. Thank you for motivating me!
Trying to find at least ONE UA-camr who understands how to populate a calendar / date picker using the date function and vanilla javascript. Please point me to one if you're aware.
Are you willing to use a library?
@@ieatwebsites Thanks for responding. I just want to build it without using jquery. Can't find a single UA-camr coder that makes things from scratch. Even my developer friends don't know of anyone.
Thank you my man.
Much appreciated.
You are very welcome!
thank you !! I'm beginner at javascript, can I use the method without api, like "1 january 2021" as a string like "[data.day],[months[month]],[data.year]"?
Yes you can. But you need to create your own functions. If you are a beginner, maybe a library like moment.js helps a lot. I have a video tutorial about it.
love.from THE INDIA..............❤️
INDIA!!! Thank you 😁
Thanks a lot, this really helped me
You are very welcome!
Thanks for the video and the time spent in explaining this. I have a doubt, is it possible to execute a function in JS within a certain time interval, for example, from one date to another that displays something, if it is not in that date range it does not display?
Yes
Really great tutorial, and I always got semantic satiation with the word month. It has lost meaning lol
😂 Thank you! 😁
Nice short tutorial! Thx :)
You welcome!
dude i want a code like i wanna show my code at specific date like for example todays is 3 july but i wanna show only my code 28 july thats should be automatic may i?
How to loop date with year like age calculator
ty dude :) keep it,u awesome :)
You welcome! 😊
thanks !!
You welcome!
dob in not greater than 01/01/-2010 java script hhelp me or give a code
Thank You!
You welcome!
Thank u
Thanks for the video … but I was far from easy to understand… you don’t explain UTC , GtM and Local etc.
ty
You welcome!
not an ideal tutorial for beginners containing data fetching, json etc.
I'm showing the basics at the beginning and a real world example with real data. Is the best way to learn.
I am a JS beginner and I loved that additional real world example as well. How to use APIs and fetch/use data from it, is certainly a plus.