Merge pull request #272 from MKSanic/patch-1

typo
pull/274/head
Jen Looper 4 years ago committed by GitHub
commit 4f25bb5eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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!");
} }
``` ```

Loading…
Cancel
Save