-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
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
[tutorial errata] #571
Comments
I don't know that these sorts of things belong at this point in the tutorial. To answer some of these specific points: It's only equivalent to
|
|
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
|
$name += '!'
assignment is equivalent toname.set($name + '!')
.name.update(n => n + '!')
name.update($name => $name + '!')
$name
have any special meaning in this context,or can it be used (for readability) as the name of this parameter?
The text was updated successfully, but these errors were encountered: