Skip to content

Commit 7701fab

Browse files
authored
Update index.html
2-ui/1-document/07-modifying-document/7-create-object-tree/build-tree-dom.view/index.html
1 parent 36ae175 commit 7701fab

File tree

1 file changed

+2
-2
lines changed
  • 2-ui/1-document/07-modifying-document/7-create-object-tree/build-tree-dom.view

1 file changed

+2
-2
lines changed

2-ui/1-document/07-modifying-document/7-create-object-tree/build-tree-dom.view/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929

3030
function createTreeDom(obj) {
31-
// if there's no children, then the call returns undefined
32-
// and the <ul> won't be created
31+
// Hic çocuk yoksa, o zaman çağrı dönüşlerı tanımlanamaz
32+
// ve <ul> oluşturulamayacaktır
3333
if (!Object.keys(obj).length) return;
3434

3535
let ul = document.createElement('ul');

0 commit comments

Comments
 (0)