diff --git a/index.js b/index.js index 58ccb924..3bb8d9d2 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ function isNumber(num) { } function isTruthy(x) { - debugger; + return Boolean(x); }