js_cc_04_challenge_array
var block = ['東北', '関東', '中部', '近畿', '中国', '四国', '九州']; document.write(block[2]);
A Pen by m-shinkawa on CodePen.
License.