We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcff80 commit 2b99bb7Copy full SHA for 2b99bb7
1 file changed
README.md
@@ -40,10 +40,12 @@ you will get the output in terminal.
40
Lets move to day two when we will see the function type. its just basic of Java ECMA6 how we will define it.
41
1. Define Objects.
42
43
+```ruby
44
var obj = {name : "satya", phoneNo : 1234567890, email : "Test@gmail.com"}
45
46
console.log(obj);
47
console.log(obj.name);
48
+```
49
50
2. anonymous method
51
Function which is not having the name is called anonymous function.
0 commit comments