Skip to content

Commit 5c8edeb

Browse files
Corrected a typo from Hello => Hi
1 parent 773dd1b commit 5c8edeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ru-RU/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,9 +2546,9 @@ function sayHi(name) {
25462546
console.log(sayHi())
25472547
```
25482548

2549-
- A: `Hello there, `
2550-
- B: `Hello there, undefined`
2551-
- C: `Hello there, null`
2549+
- A: `Hi there, `
2550+
- B: `Hi there, undefined`
2551+
- C: `Hi there, null`
25522552
- D: `ReferenceError`
25532553

25542554
<details><summary><b>Ответ</b></summary>

0 commit comments

Comments
 (0)