Skip to content

Commit 6c775e6

Browse files
Remove debugger statements
1 parent 2de2901 commit 6c775e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function isNumber(num){
1616
}
1717

1818
function isTruthy(x) {
19-
debugger;
19+
2020
return Boolean(x);
2121
};
2222

0 commit comments

Comments
 (0)