We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c60d538 + efab6e8 commit 74b1bfcCopy full SHA for 74b1bfc
index.js
@@ -103,7 +103,7 @@ function getFilmLocationsByFilm () {
103
// 2. Log the result
104
function getNumberOfFilms() {
105
var compt=[]
106
- var res=0
+ const res=0
107
for(let i=0; i<filmingLocations.length; i++){
108
var temp = filmingLocations[i].fields.nom_tournage
109
if(!(compt.includes(temp))){
0 commit comments