Correct typo
This commit is contained in:
@ -18,7 +18,7 @@ Let's look at some examples to better understand what's going on:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
class SimpleClass {
|
class SimpleClass {
|
||||||
constructor)() {
|
constructor() {
|
||||||
this.val = 0;
|
this.val = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user