Copy code
    
    // Contoh kode pemrograman JavaScript
    function helloWorld() {
    console.log("Hello, World!");
    }