Skip to content

Commit 9a0499b

Browse files
authored
Update 03-letter-tree.js
1 parent 90a9a0e commit 9a0499b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

1-the-console/03-letter-tree.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Letter Tree 🌲
22
// Codédex
33

4-
console.log(" a")
5-
console.log(" b c")
6-
console.log(" d e f")
7-
console.log("g h i j")
8-
console.log(" k")
4+
console.log(" a ");
5+
console.log(" b c ");
6+
console.log(" d e f ");
7+
console.log("g h i j");
8+
console.log(" k ");

0 commit comments

Comments
 (0)