Skip to content

Commit b9e2744

Browse files
authored
console.debug()
1 parent e34c841 commit b9e2744

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

data/draft/[done]js-console-object.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"id": "015",
6666
"definition": "ওয়ার্নিং মেসেজ দেয়ার জন্য",
6767
"code": "console.warn()"
68+
}, {
69+
"id": "016",
70+
"definition": "কোডের ত্রুটি বার্তা কনসোলে দেখার জন্য",
71+
"code": "console.debug()"
6872
}]
6973
}]
70-
}
74+
}

0 commit comments

Comments
 (0)