Skip to content

Commit

Permalink
commit inicial
Browse files Browse the repository at this point in the history
  • Loading branch information
raulBric committed Mar 6, 2024
1 parent 31e4f11 commit ac2ecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/films.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Exercise 1: Get the array of all directors.
function getAllDirectors(array) {
let result = ???;
let result = '';
console.log("EXERCICE 1 ->", result);
return result;
}
Expand Down

0 comments on commit ac2ecef

Please sign in to comment.