We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
names = sam: seaborn, donna: moss alert("#{first} #{last}") for first, last of names
seaborn and moss need to be in quotes.
The text was updated successfully, but these errors were encountered:
Not if they're meant to be identifiers.
Sorry, something went wrong.
True, but they are the actual last names. The compiled code throws a reference error.
Are they supposed to be strings ?
names = sam: "seaborn", donna: "moss"
No branches or pull requests
seaborn and moss need to be in quotes.
The text was updated successfully, but these errors were encountered: