This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // kode javascript | |
| const judulHTML2 = document.getElementById("judul") | |
| judulHTML2.innerHTML="Judul via External JS" | |
| // tipe data | |
| /** | |
| * 1. string = huruf, angka | |
| * 2. number = angka | |
| * 3. boolean = true, false |