JavaScriptサンプルコード
function helloWorld() { console.log('こんにちは、世界!'); } helloWorld();