Filter Blog Posts with Vanilla Javascript (Part 3 of 3) — Javascript

preview_player
Показать описание
This is the third of three videos, where we’ll build out a fully-responsive site from scratch without media queries or any libraries. We’re focusing entirely on Javascript in this video.

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

I am glad that i came across your channel. Very helpful content. You definetly need more recognition! Keep it up!

TheMisieq
Автор

The three parts was very useful and helpful and I learned a lot of things, adding to the explication of every thing in the video, Thanks a lot master!! Much appreciation to you

raoof
Автор

Thanks for the a amazing video with a lot of useful info,
but i have a question why wouldnot you use window.scollY with the scroll event to add the applyBackground class like :

window.addEventListener("scroll", function () {
if (window.scrollY >= 475) {

} else {

}
})

chillncode
welcome to shbcf.ru