This is the question:
Delete your number variable and its value. Then, declare another variable called text and assign the string Hello World to this variable.
the problem with your code above is that the value of your text variable is not a string. To make it a string use double or single quotation sign. If you still face any challenge please reach out as we will be willing to help out.