We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bbe40 commit f142930Copy full SHA for f142930
README.md
@@ -57,6 +57,8 @@ const getSalutation = function(hour) {
57
58
return salutation; // mutated value
59
}
60
+
61
+console.log(getSalutation(10)); // Good Morning
62
```
63
64
Expression
0 commit comments