JavaScript Exercise: Follow Along Links - #JavaScript30 22/30

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

You just laid the groundwork for a tooltip system. Nice!

Tyrone-Ward
Автор

Ooooo excited about the next tutorial. Thanks Wes!

CoryTheSimmons
Автор

I don't understand WHY highlight doesn't translate right when we scroll?

heathen
Автор

Can’t wait to see the next part. I gonna try to figure it out the next though!

kertywillis
Автор

Width and height trigger layout, paint, and composite. Wouldn't it be better to use scale?

MarcelRobitaille
Автор

Hi Wes Bos, where does getBoundingClientRect() comes from? Great tutorial.

JesusMurF
Автор

Could someone explain in detail this function:
function handleRangeUpdate() {
video[this.name] = this.value;
}

How does this work: video[this.name] = this.value;
for this:
<input type="range" name="volume" class="player__slider" min="0" max="1" step="0.05" value="1">

Does it mean video[this.name] selects if volume or playbackrate, and than adds value to this name?

SeeN
Автор

You're so damn good at explaining! Same (probably) question you get a milion times: how do you manage to get suggestions about js event listeners in Sublime (or is it Visual Studio Code)?

vcoppolecchia
Автор

curious why he didn't use offset values of anchor tags?

francissicnarf
Автор

question what's the difference of just putting <span class=''> directly instead of creating it on js?

MrChubib
Автор

Dude what is that song at the beginning?

UnabashedOops
Автор

I tried to do this in one of my web pages, but since i'm adding z-index = -1 to highlight class it doesn't appear on screen, if I remove z-index = -1 highlight appears on top of everything, how can i solve this?

umitakkose