Basic JavaScript = Word Blanks

your code is correct but i think the instrunction is to seperate the variables by non-word characters, so to add the empty spaces you must add an string that contains a single space character " ".
const sentence = variable + " " + another vairable

2 Likes