Skip to content

Commit 6745694

Browse files
fix: add ': string' to clown-availability's let lastClown (#289)
1 parent 8def1a2 commit 6745694

File tree

1 file changed

+1
-1
lines changed
  • projects/the-type-system/system-of-a-clown/02-clown-availability

1 file changed

+1
-1
lines changed

projects/the-type-system/system-of-a-clown/02-clown-availability/solution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let ronaldAvailability = true;
88
let pennywiseAvailability = true;
99

1010
let matchingsDescription = "";
11-
let lastClown;
11+
let lastClown: string;
1212

1313
do {
1414
clownsCount += 1;

0 commit comments

Comments
 (0)