Skip to content

Commit b60a4c7

Browse files
committed
Merge pull request DrkSephy#11 from benwaffle/patch-1
remove a line
2 parents 25e4c8b + 4384766 commit b60a4c7

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)