Update README.md

This commit is contained in:
MKSanic
2021-05-26 16:46:21 +08:00
committed by GitHub
parent 0a35902173
commit 27a688f947

View File

@@ -72,7 +72,7 @@ if (currentMoney >= laptopPrice){
console.log("Getting a new laptop!");
}
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!");
}
```