diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 8157c35efd6..eedc42e11bd 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -3667,7 +3667,8 @@
"If value is non-blank (value !== \"\") and prop is not \"tracks\" then update or set the value for the prop.",
"If the prop is \"tracks\" and value is non-blank, push the value onto the end of the tracks array.",
"If value is blank, delete that prop.",
- "Always return the entire collection object."
+ "Always return the entire collection object.",
+ "Note
Don't forget to use bracket notation when accessing object properties with variables."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [