Skip to content

Commit

Permalink
day 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jan 17, 2020
1 parent 46bad2b commit c8eab85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions 17_Day/17_day_starter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

<body>
<h1>30DaysOfJavaScript:17 Day</h1>
<h2>DOM</h2>
<h2>Web Storage</h2>

<script src="./data/countries_data.js"></script>
<script src="./scripts/main.js"></script>

</body>
Expand Down
2 changes: 0 additions & 2 deletions 17_Day/17_day_starter/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
console.log(countries)
alert('Open the console and check if the countries has been loaded')

0 comments on commit c8eab85

Please sign in to comment.