mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2025-10-13 16:04:25 +00:00
add every country in the world, apart from those which don't have capitals
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
var capitals = {
|
||||
"England": "London",
|
||||
"France": "Paris",
|
||||
"the USA": "Washington D.C.",
|
||||
"India": "New Dehli",
|
||||
"Bangladesh": "Dhaka"
|
||||
}
|
||||
|
||||
var question_list = null;
|
||||
const capitals_list = Object.values(capitals);
|
||||
const date = new Date();
|
||||
|
@@ -34,5 +34,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="game.js"></script>
|
||||
<script type="text/javascript" src="countries.json"></script>
|
||||
<script type="text/javascript" src="game.js"></script>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user