Docs(only-if): Add the subject for only-if

This commit is contained in:
oumaimafisaoui 2024-08-12 08:24:01 +01:00 committed by zanninso
parent 9447087e19
commit 5d2bb26e22
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if (batteryLevel > 50) {
### Truthy and Falsy
In JavaScript, all values are either `truthy` or `falsy`. Truthy values validate conditions, while falsy values do not.
In JavaScript, all the values are either `truthy` or `falsy`. Truthy values validate conditions, while falsy values do not.
#### Falsy Values: