We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1df0c commit 9da907cCopy full SHA for 9da907c
Object in JavaScript
@@ -0,0 +1,6 @@
1
+Obj = {
2
+Name : "Samir",
3
+Age : 20,
4
+Job : "A Softwareengineer"
5
+}
6
+ Console.log (obj);
0 commit comments