Code Snippets

Script Example

function helloWorld() {
    console.log('Hello, world!');
}