|
|
@@ -16,7 +16,7 @@ request.onreadystatechange = function () {
|
|
16
|
16
|
for (let i = 0; i < movieData.length; i++) {
|
|
17
|
17
|
if (movieData[i][10] === "Golden Gate Bridge") {
|
|
18
|
18
|
var tempMovie = movieData[i];
|
|
19
|
|
- output += "Movie Title: " + tempMovie[8] + "<br>";
|
|
|
19
|
+ output += "🌻 " + "Movie Title: " + tempMovie[8] + "<br>";
|
|
20
|
20
|
output += "Release Year: " + tempMovie[9] + "<br>";
|
|
21
|
21
|
output += "Production Company: " + tempMovie[12] + "<br><br>";
|
|
22
|
22
|
}
|