Skip to content

Conversation

@waisbrot
Copy link

The instructions currently read

Note: Remember that key = a; attrSet.${key} returns 1!

However, this is not correct. It should be key = "a";.

(Or a = "a"; key = a;, I suppose)

The instructions currently read

> Note: Remember that `key = a; attrSet.${key}` returns `1`!

However, this is not correct. It should be `key = "a";`.

(Or `a = "a"; key = a;`, I suppose)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant