Created
March 12, 2020 05:12
-
-
Save NakanishiTetsuhiro/17ac54d544734dde10f4b1ee4ecabccd to your computer and use it in GitHub Desktop.
都道府県の配列
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const prefectures = [ | |
| '北海道', '青森', '岩手', '宮城', '秋田', '山形', '福島', '茨城', '栃木', '群馬', '埼玉', '千葉', '東京', '神奈川', | |
| '新潟', '富山', '石川', '福井', '山梨', '長野', '岐阜', '静岡', '愛知', '三重', '滋賀', '京都', '大阪', '兵庫', '奈良', | |
| '和歌山', '鳥取', '島根', '岡山', '広島', '山口', '徳島', '香川', '愛媛', '高知', '福岡', '佐賀', '長崎', '熊本', '大分', | |
| '宮崎', '鹿児島', '沖縄', | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment