Learn DOM Navigation in 15 minutes! 🧭

Описание к видео Learn DOM Navigation in 15 minutes! 🧭

#JavaScript #tutorial #course

00:00:00 introduction
00:01:25 .firstElementChild
00:04:33 .lastElementChild
00:07:02 .nextElementSibling
00:10:03 .previousElementSibling
00:11:48 .parentElement
00:12:55 .children
00:15:04 conclusion

// DOM Navigation = The process of navigating through the structure
// of an HTML document using JavaScript.

// .firstElementChild
// .lastElementChild
// .nextElementSibling
// .previousElementSibling
// .parentElement
// .children

Комментарии

Информация по комментариям в разработке