diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 13c28c2021..5c15e74bf5 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -1491,7 +1491,7 @@ " }", " ", " if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){", - " $(\".logger\").html(slotOne);", + " $(\".logger\").text(slotOne);", " $(\".logger\").append(\" \" + slotTwo);", " $(\".logger\").append(\" \" + slotThree);", " }",