「算術演算子:インクリメント」-サンプルページ-
function purapura() { g=3; h=++g; alert("gの値は"+g+"、hの値は"+h); }