Skip to content

Commit

Permalink
Merge pull request #499 from lesha1201/fix_question_17
Browse files Browse the repository at this point in the history
Fix code example for Q.17 (eng)
  • Loading branch information
jakeherp committed Nov 14, 2020
2 parents 3628fbb + e789f67 commit 84576d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -551,7 +551,7 @@ function getPersonInfo(one, two, three) {
const person = 'Lydia';
const age = 21;

getPersonInfo(`${person} is ${age} years old`);
getPersonInfo`${person} is ${age} years old`;
```

- A: `"Lydia"` `21` `["", " is ", " years old"]`
Expand Down

0 comments on commit 84576d4

Please sign in to comment.