Skip to content

Reusing variables #9

Description

@DudeWhoCode

Once a variable is declared: let a = 10, it cannot be reused without let keyword again.
a = 20 throws an error.

  • Decide whether to introduce reassignment without let keyword.
  • Also check whether doing let a = 20 again reuses the object instead of creating new one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions