JavaScript and the DOM (Part 2 of 2)

preview_player
Показать описание
Today @adamrecvlohe walks us through building a small Javascript app in Part 2 of a 2 part Javascript series!

- - -

Рекомендации по теме
Комментарии
Автор

This is the best JS tutorial, Adam & Travis! Great instructor with nice & articulate voice, explaining step by step how and why. Adam you rock!

anacris
Автор

Travis, it's me! Do you think you could do a tutorial on SVG animations? For example creating icons and hovering over them and having the fill change or having an image that when clicked/hovered animates. Thanks and thanks for the weekly content!
Oh and I also was wondering, if you ever wanted to have like a second video uploaded in a week, but didn't want to edit it, why not try having an 30min-1hour streaming session where you code and then just upload to youtube?

NinjaMafiaStudios
Автор

These two videos will help me with learning JavaScript. Thank you Adam and Travis!

shannonmyers
Автор

I really liked this series, I would love to see more vanilla JS scripts/projects DEV.
Thanks Adam! Thanks Travis!

salimwolf
Автор

This is a cool example. There is a possible problem that init() runs multiple times, and appears to add more event listeners each time it runs.

MichaelSalo
Автор

this is more a functional programming tutorial i love to see more videos and examples about the DOM

dyongerwen
Автор

Great tutorial Adam! After scavenging site after site, stackoverflow after stackoverflow, tutorial after tutorial, developer.mozilla.org, Eloquent JavaScript, and much more I still had no idea how function parameters worked or what dot notation really did. After, what was it, an hour I finally understand how they work! Still have no idea how to generate JS code on the fly to make what I want, let alone debug properly, but I figure if more videos like this show up I could cut my days of crying down to a few hours! A bit of a long way to say thanks Adam for a great tutorial.

PS: Good intro Travis.

MrVilidat
Автор

I love DevTips! and all the videos you have. Is it possible to continue in advanced vanilla JavaScript stuff?

HabibullahNahid
Автор

Was expecting him to say "Back at it again with the white vans".

DevMaterial
Автор

Love the fact that the clock showed 13:37 as the time :)

ThaEzioAuditore
Автор

Now that we've learned some JavaScript mind showing us how you made those awesome animations on your "DevTips Vlog 005 – "Let's Make A Resume"" video?

ak-loz
Автор

Thank you very much for your lessons, you make interesting tasks and I hope to see more soon)

buckyohara
Автор

That was amazing...thank you so much Adam via Travis!! Great absorption of your knowledge!! Hey..I checked for Adam's channel here on YouTube but there's no content in there..thanks anyways!!

cheesebuds
Автор

Hey travis! Can you make a tutorial on how to implement Material Design to websites. Including transitions, animations and shadows etc.

animeshkumar
Автор

I'm fairly new to this type of asynchronous programming, but isn't this implementation very memory inefficient? Wouldn't it create new instances of the functions in memory every time you initialize it, without ever clearing them out?

DanielRicardo
Автор

Thanks for explaining it in functional style rather than imperative.

webapplicationguide
Автор

Awesome tutorial! Nice to see some vanilla JS stuff.

LewisLong
Автор

Hey Travis, can you give advice/make a tutorial on how to make a custom Wordpress theme?

yuiop
Автор

i tried building the clock but even after going letter after letter the stop click and the start click doesnt do the trick, i even copied your code

HAIM
Автор

I'm unable to click on the date in console and check all functions. It simply displays today's date, help?

vipzip