Video Sponsor : http://bit.ly/2xIp2uH [ Free AI, Crypto, & Cybersecurity Videos ]
In this part I continue my JavaScript Tutorial and cover the Doomsday Algorithm. I’ll make a JavaScript app that can find the weekday for and date in history and display the steps.
John Conway discovered the Doomsday Rule. He realized that certain dates in every year all share the same week day. If you can then calculate what each years Doomsday is you can then easily find any weekday for any date.
With a little practice you can perform these calculations in your head and then amaze your friends. I made this JavaScript app to help you practice while at the same time learn more about making fun JavaScript apps.
Code is Here : http://bit.ly/DoomsdayRule
Best JavaScript Book : https://amzn.to/2GcKzQk
Subscribe to Me : http://bit.ly/2FWQZTx
MY SPONSOR EDUCATION ECOSYSTEM
Education Ecosystem provides a ton of free project based tutorials on Artificial Intelligence, Cybersecurity, Game Development, Data Science, Crytocurrencies and more. Each tutorial series provides all the project files available for free download.
I’m very happy to be able to promote a site that falls in line with my belief of providing a free education for all. Check them out at https://www.education-ecosystem.com
RELATED TUTORIALS
►► JavaScript in 1 Video : https://youtu.be/fju9ii8YsGs
►► CSS in 1 Video : https://youtu.be/CUxH_rWSI1k
►► Bootstrap Tut : https://youtu.be/gqOEoUR5RHg
►► MongoDB Tut : https://youtu.be/-0X8mr6Q8Ew
►► JQuery Tut : https://youtu.be/BWXggB-T1jQ
►► Express / Node Tut : https://youtu.be/xDCKcNBFsuI
Would you like to promote your website / product in the descriptions for my videos? Consider becoming a Patreon for $1 and I’ll happily list your website in future descriptions as long as you remain a Patreon! Check it out here:
►► https://www.patreon.com/derekbanas
THANK YOU TO MY PATREON SUPPORTERS LIKE :
ckcoder.com
vsolutions.be
Original source
27 responses to “JavaScript Tutorial 12 Doomsday Algorithm”
Where's the 3 coming from? You only calculated 6 2 0
you are best in the world
wow amazing
function youtubeFavorites () {
const fav1 = 'Derek Banas'
const fav2 = 'Traversy Media'
let youtubeFavorites = 'Derek Banas ' + 'Traversy media';
}
console.log(youtubeFavorites);
Dereks Sponsor channel
https://www.youtube.com/channel/UC1cOIo0icmgyk0KaYXKgDZQ
Hey Derek! Haven't been here awhile. I see you show your face now 👍🏼
Stupid question, could use an answer: Why did you use var instead of let or const? Is there a reason to use var in ECMA6 ?
Hey your a very good programer, I'm a good artist… Would you make a 2d game with me ?
Your face is completely different from what I imagined.
Hey, nice video. Could you do a tutorial video on llvm ir?
Would be very very nice 🙂
Hey Derek!
Would love some tutorials on Angular! Please please please!
why are you using subBot though?
"So forth and so on…"
First time seeing bro's face, love the content man!!!
Could you make a tutorial about windows device driver development (Kernel mode)
At first I thought the playback speed was 1.5x
Thanks can you please do a video on touch events using javascript?
Got a job! all of it is because of you….
Thank you for the website brother all content are there and i already found one of the best projects🙏🙏🙏
Nice clear video, thx for this sir!
Off topic question Derek. Do you catch common cold? I get at least once a year. Even though I stay careful, I cannot avoid it. Any tips you give would be helpful.
Do you have any plans on making a tutorial about OCAML?
2:35 Where did the 3 come from?
Thank you very much Derek 🙂 It's nice to see you're doing a live introduction, that's the closest thing ever to a live coding video. Loving the new thumbnails too! 🙂
Anyone have a petition going to change Derek's last name to Bananas?
brilliant! thanks for the tutorial Derek
JS flows like butter. I can barley form expressions as is with out trying to figure out some seemingly ambiguous method names and syntax