m2

4音で名前をつける

とりあえずなにもかんがえずにかいた。

(function(){
  var base = "アイウエオァィゥェォカキクケコガギグゲゴサシスセソザジズゼゾタチツテトダヂヅデドナニヌネノハヒフヘホバビブベボパピプペポマミムメモヤユヨャュョラリルレロワヲン";
  alert(
    base[Math.floor(Math.random()*base.length)] + 
    base[Math.floor(Math.random()*base.length)] + 
    base[Math.floor(Math.random()*base.length)] + 
    base[Math.floor(Math.random()*base.length)] 
  )
})()

みんなも書こう!