We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d40321 + 030c966 commit 6e4334dCopy full SHA for 6e4334d
1 file changed
lab2/main.js
@@ -36,7 +36,6 @@ class Application {
36
this.selected = [];
37
}
38
39
-
40
getRandomPerson() {
41
const i = Math.floor(Math.random() * this.people.length);
42
return this.people[i];
0 commit comments