mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-09 08:16:53 +02:00
Update README.md
This commit is contained in:
@@ -72,7 +72,7 @@ if (currentMoney >= laptopPrice){
|
|||||||
console.log("Getting a new laptop!");
|
console.log("Getting a new laptop!");
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
//Condition was true. Code in this block will run.
|
//Condition was false. Code in this block will run.
|
||||||
console.log("Can't afford a new laptop, yet!");
|
console.log("Can't afford a new laptop, yet!");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user