From bb5d83fa419d6a5d8e54552d21605cdc91138d36 Mon Sep 17 00:00:00 2001 From: Oumaima Fisaoui <48260689+Oumaimafisaoui@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:21:49 +0100 Subject: [PATCH] Chore(DPxAI): Fix format --- subjects/DPxAI/play-with-variables/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/DPxAI/play-with-variables/README.md b/subjects/DPxAI/play-with-variables/README.md index 5bda8c6f5..39613e10a 100644 --- a/subjects/DPxAI/play-with-variables/README.md +++ b/subjects/DPxAI/play-with-variables/README.md @@ -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.