Skip to content

Commit fbde5ac

Browse files
committed
Modify var vs. let formatting to be consistent
1 parent 25e4c8b commit fbde5ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ However, observe what happens when we replace **var** using **let**:
4343
let snack = 'Meow Mix';
4444

4545
function getFood(food) {
46-
4746
if (food) {
4847
let snack = 'Friskies';
4948
return snack;

0 commit comments

Comments
 (0)