Skip to content

Replace var with const/let - #198

Open
xfq wants to merge 1 commit into
gh-pagesfrom
xfq/let-const
Open

Replace var with const/let#198
xfq wants to merge 1 commit into
gh-pagesfrom
xfq/let-const

Conversation

@xfq

@xfq xfq commented Jul 21, 2026

Copy link
Copy Markdown
Member

All require and variables that will not be reassigned (such as url, body, ctx, key, etc.) changed to const. Two variables that will be reassigned (page and allData) changed to let.

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