diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json b/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json
index 1751f732e1..5ed6f0b580 100644
--- a/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json
+++ b/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json
@@ -685,6 +685,7 @@
"description": [
"Remove all falsy values from an array.",
"Falsy values in JavaScript are false
, null
, 0
, \"\"
, undefined
, and NaN
.",
+ "Hint: Try converting each value to a Boolean.",
"Remember to use Read-Search-Ask if you get stuck. Write your own code."
],
"challengeSeed": [