Intro to JavaScript - Full Stack Web Dev Bootcamp Day 4 (2024-06-20)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2024
  • After learning HTML and CSS, we jump into the JavaScript programming language in the context of manipulating web documents.
    We learn how to find elements in the document with JavaScript through the document object. If we assign an id to an element, we can find it with JavaScript using the getElementById function from the document object.
    We learn how to change the style with JavaScript.
    Then we learn how to manipulate HTML element attributes, like the src attribute of an img tag.
    We learn to listen to events. In particular, we learn to add an onclick event listener to perform a setup of instructions when clicked. We learn to define a function and call it when a button is clicked.
    We also learn how to play an audio player using JavaScript. We hide the audio player and make a sound when a button is clicked.
    We also learn to find elements in the document using other functions such as querySelector.
    Source Code: github.com/nbktechworld/full-...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 1

  • @oleksiipoltavets7158
    @oleksiipoltavets7158 15 วันที่ผ่านมา

    I like the bootcamp from Tech World Software School, recommend to people who want to start in tech! Thanks Mart!