Code Snippet Example // Example of JavaScript code function helloWorld() { console.log("Hello, world!"); } helloWorld();