「変数:スコープとは?」-サンプルページ-
function hoge() { var n="テキスト1"; var n="テキスト2"; alert(n); }