Skip to content

Commit 022d8c4

Browse files
[auto] regenerate table of contents
1 parent 50faa54 commit 022d8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ Tagged templates in JavaScript allow you to parse template literals with a funct
23442344

23452345
```js
23462346
function tag(strings, ...values) {
2347-
return strings[0] + values[0] + strings[1] + values[1];
2347+
return strings[0] + values[0] + strings[1] + values[1] + strings[2];
23482348
}
23492349

23502350
const result = tag`Hello ${'world'}! How are ${'you'}?`;

0 commit comments

Comments
 (0)