Correct typo

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-04 10:15:16 +03:00
parent c86619f8e2
commit 2250125130

View File

@ -18,7 +18,7 @@ Let's look at some examples to better understand what's going on:
```js
class SimpleClass {
constructor)() {
constructor() {
this.val = 0;
}
}