Skip to content

docs: use const instead of let in code example in part4b#4303

Open
jurajkapsz wants to merge 1 commit into
fullstack-hy2020:sourcefrom
jurajkapsz:patch-5
Open

docs: use const instead of let in code example in part4b#4303
jurajkapsz wants to merge 1 commit into
fullstack-hy2020:sourcefrom
jurajkapsz:patch-5

Conversation

@jurajkapsz

Copy link
Copy Markdown

This better reflects the intent of the example, follows modern JavaScript conventions, and avoids suggesting the let when reassignment of the variable binding is not intended.

This better reflects the intent of the example, follows modern JavaScript conventions, and avoids suggesting the `let` when reassignment of the variable binding is not intended.
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