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 2de2901 + 6c775e6 commit 8abba83Copy full SHA for 8abba83
index.js
@@ -16,7 +16,7 @@ function isNumber(num){
16
}
17
18
function isTruthy(x) {
19
- debugger;
+
20
return Boolean(x);
21
};
22
0 commit comments