Skip to content

Modern JS: don't use var in css-examples #163

Open
@teoli2003

Description

Quite a few examples in this repo extensively use var.

This is a bad practice; we have eliminated them from mdn/content (and other repos). We should do the same here: most will be simply replaced by const and let, although there may be a few more complex cases (where var is used inside a scope for a variable at a higher scope)

Metadata

Assignees

No one assigned

    Labels

    choreA routine task.effort: mediumTask is a medium effort.good first issueA good issue for newcomers to get started with.help wantedIf you know something about this, we would love your help!idleIssues and pull requests with no activity for three months.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions