Skip to content

Commit 227f449

Browse files
committed
Fix typos in questions 67
1 parent ff4caa3 commit 227f449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2086,11 +2086,11 @@ The `Dog` class receives two arguments, `name` since it extends `Animal`, and `s
20862086

20872087
---
20882088

2089-
###### 67. With which constructor can we successfully extend the `Dog` class?
2089+
###### 67. What's the output?
20902090

20912091
```javascript
20922092
// index.js
2093-
console.log('running index.js);
2093+
console.log('running index.js');
20942094
import { sum } from './sum.js';
20952095
console.log(sum(1, 2));
20962096

0 commit comments

Comments
 (0)