Problems and Solutions
It does not work, it comes up with this: Oops, try again. Oops! Did you accidentally delete the variable called original?
Thanks Chelsea. This happened because the variable "original" was uninitialized in my previous code. I have updated the code above by setting its value to an empty string. It should work now.
It does not work, it comes up with this: Oops, try again. Oops! Did you accidentally delete the variable called original?
ReplyDeleteThanks Chelsea. This happened because the variable "original" was uninitialized in my previous code. I have updated the code above by setting its value to an empty string. It should work now.
ReplyDelete