-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
learn/javascript/objects/basics Update index.md (#20728)
* learn/javascript/objects/basics Update index.md This pull request makes the following changes: 1. **Replace `var` with `let`**: - Replaced all instances of `var` with `let` to improve code consistency and follow modern JavaScript best practices. 2. **Fix template literal in the `alert` function**: - The original code had an error in the template literal, causing a variable to not display correctly. * Change `let` to `const` as the `en-US` version --------- Co-authored-by: Alexander <[email protected]>
- Loading branch information
1 parent
50ea4a9
commit 049605e
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters