From f924823038f93fa4e40a326c1721d75599fa5f10 Mon Sep 17 00:00:00 2001 From: hoangdev72 Date: Thu, 8 Sep 2022 23:24:53 +0700 Subject: [PATCH] feat: add day 6 --- Exercises/day_6/index.html | 188 +++++++++++++++++++++++++++++++++++++ data/countries.js | 2 +- 2 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 Exercises/day_6/index.html diff --git a/Exercises/day_6/index.html b/Exercises/day_6/index.html new file mode 100644 index 0000000..0959719 --- /dev/null +++ b/Exercises/day_6/index.html @@ -0,0 +1,188 @@ + + + + + + + Document + + + + + + + \ No newline at end of file diff --git a/data/countries.js b/data/countries.js index e57b005..ff14469 100644 --- a/data/countries.js +++ b/data/countries.js @@ -1,4 +1,4 @@ -const countries = [ +const countries1 = [ 'Afghanistan', 'Albania', 'Algeria',