Skip to content

Commit ada15f4

Browse files
author
Ayush7Ranjan
committed
print different data type
1 parent 3749f8b commit ada15f4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

01_basic/test.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
console.log("ayush")
1+
///you can print anythings with console.log
2+
3+
console.log("ayush")
4+
5+
console.log(2)
6+
7+
console.log("@##$")
8+
9+
///but you can't print @##$ directly like console.log(@##$)
10+

0 commit comments

Comments
 (0)