I just found this Codecademy and I'm a bit lost on one of the first exercises.
I typed var myName then typed myName = Robert successfully. It then asked me to enter full name (myFullName), which I entered var myFullName = Robert Jones, but it says that's wrong. Any idea where I went wrong?
Make sure you have your quotes and semi-colon in the right place.