#2 Learn Javascript to access or change elements (DOM Basics to get element by ID)

Опубликовано: 02 Март 2026
на канале: sekolahkampus TV Programming & Tutorial
7,007
164

This time, we'll learn advanced JavaScript. Here, we'll learn how to access an element (for example, a paragraph). From here, we can access or retrieve values ​​from a paragraph, and conversely, change those values.
In this exercise, we'll use a button as a trigger or event. When clicked, it can retrieve information or change the value of a paragraph.

An example can be seen at:
https://www.w3schools.com/js/js_where...