mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-19 04:52:06 +02:00
fix: style miss&&small content (#578)
This commit is contained in:
@@ -61,7 +61,7 @@ if (currentMoney >= laptopPrice){
|
||||
}
|
||||
```
|
||||
|
||||
## IF..Else Statement
|
||||
## If..Else Statement
|
||||
|
||||
The `else` statement will run the code in between its blocks when the condition is false. It's optional with an `if` statement.
|
||||
|
||||
|
Reference in New Issue
Block a user