Chore(DPxAI): Fix subject issues

This commit is contained in:
Oumaima Fisaoui 2024-08-30 15:14:59 +01:00
parent e36ad1cca0
commit a8835cb427
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ let twiceMyAge = 33 * 2;
### Placeholders
JavaScript allows you to include expressions within strings using template literals. This is done using backticks ``(`)`` and the `${}` syntax to include expressions.
JavaScript allows you to include expressions within strings using template literals. This is done using backticks ``(`)`` and the ``${}`` syntax to include expressions.
#### Example