Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 76bbe40

Browse files
authored
Update README.md
1 parent 33de76d commit 76bbe40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ Statement
4848
```javascript
4949
const getSalutation = function(hour) {
5050
var salutation; // temp value
51+
5152
if (hour < 12) {
5253
salutation = "Good Morning";
5354
} else {
5455
salutation = "Good Afternoon"
5556
}
57+
5658
return salutation; // mutated value
5759
}
5860
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /