Chore(DPxAI): Fix format

This commit is contained in:
Oumaima Fisaoui 2024-09-04 09:21:49 +01:00
parent 2a52ae33f4
commit bb5d83fa41
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ console.log("I keep trying , I can't give up! ");
### Assign re-assign
Remember the `let` keyword used to declare new variables.
Remember the `let` keyword is used to declare new variables.
> Note that we can't have multiple variables with the same identifier otherwise JS wouldn't know which one is which.