doctype html meta charset="utf-8" ここでスクリプトが動きます javascript: var a="はろー" console.log(a) function aa() { alert("関数 aa が呼ばれた") } aa() aa()