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.
1 parent 2de2901 commit 6c775e6Copy full SHA for 6c775e6
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