Browse Source

Chore(DPxAI): Fix subject issues

pull/2666/head
Oumaima Fisaoui 3 months ago
parent
commit
a8835cb427
  1. 2
      subjects/DPxAI/the-smooth-operator/README.md

2
subjects/DPxAI/the-smooth-operator/README.md

@ -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

Loading…
Cancel
Save