We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 591fb5b + 72283a0 commit 8553c8dCopy full SHA for 8553c8d
modules/30-classes/23-parameter-properties/ru/EXERCISE.md
@@ -3,5 +3,5 @@
3
4
```typescript
5
const file = new CustomFile('open-world.jpeg', 1000);
6
-console.log(file); // open-world.jpeg (1000 bytes)
+console.log(file.toString()); // open-world.jpeg (1000 bytes)
7
```
0 commit comments