Browse Source

Chore(DPxAI): Fix format

pull/2445/merge
Oumaima Fisaoui 2 weeks ago
parent
commit
c93a142538
  1. 2
      subjects/DPxAI/play-with-variables/README.md

2
subjects/DPxAI/play-with-variables/README.md

@ -58,7 +58,7 @@ Remember the `let` keyword is used to declare new variables.
If you redeclare a variable, it will crash! If you redeclare a variable, it will crash!
But it is still possible to use the = (assignment operator) to change its value! But it is still possible to use the `=` (assignment operator) to change its value!
> Note that sometimes you may find variable declared with `const`. This means that the assignation is constant and can never be re-assigned! > Note that sometimes you may find variable declared with `const`. This means that the assignation is constant and can never be re-assigned!

Loading…
Cancel
Save