From 1bb3fcc2177a0d43f68835f9b5d84cca85f3ced0 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 12 Jun 2019 21:40:42 -1000 Subject: [PATCH 1/3] New countries --- mission.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mission.js b/mission.js index 537fc2a..8d85672 100644 --- a/mission.js +++ b/mission.js @@ -15,6 +15,7 @@ //Mission 6: Art //Declare a variable named country and assign it an array of 3 countries that you've visited (or want to visit). +var country = ['Japan, ', 'Bahamas, ','Italy'] //Mission 7: Rina //Declare a variable named greeting and assign it to a Russian greeting for 'hello world'. From 045cb54ddaa766385a206642867e619282f08e81 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 12 Jun 2019 21:43:44 -1000 Subject: [PATCH 2/3] New country? --- mission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mission.js b/mission.js index 8d85672..90131e8 100644 --- a/mission.js +++ b/mission.js @@ -15,7 +15,7 @@ //Mission 6: Art //Declare a variable named country and assign it an array of 3 countries that you've visited (or want to visit). -var country = ['Japan, ', 'Bahamas, ','Italy'] +var country = ['Japan, ', 'Bahamas, ','Italy, ','New York'] //Mission 7: Rina //Declare a variable named greeting and assign it to a Russian greeting for 'hello world'. From d2cd756533889d24b857abc1e8c4eea2d2d86bfd Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 12 Jun 2019 21:49:30 -1000 Subject: [PATCH 3/3] new --- mission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mission.js b/mission.js index 44cc5b6..bc13a81 100644 --- a/mission.js +++ b/mission.js @@ -15,7 +15,7 @@ //Mission 6: Art //Declare a variable named country and assign it an array of 3 countries that you've visited (or want to visit). -var country = ['Japan, ', 'Bahamas, ','Italy, ','New York'] +var country = ['Japan, ', 'Bahamas, ','Italy, ','New Yok'] //Mission 7: Rina //Declare a variable named greeting and assign it to a Russian greeting for 'hello world'.