You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error in the frontend typescript tutorial under "Class and Interface Construction".
In the Student class, the constructor signature says "constructor(name: string, year: int, adr: string)" instead of
"constructor(name: string, year: number, adr: string)"
Also, in higher.order.functions.md, under "Functions as Variables. the first line after the comment in the code snippet says
"let name: name = value;" instead of "let name: type = value;"
The text was updated successfully, but these errors were encountered:
There is an error in the frontend typescript tutorial under "Class and Interface Construction".
In the Student class, the constructor signature says "constructor(name: string, year: int, adr: string)" instead of
"constructor(name: string, year: number, adr: string)"
Also, in higher.order.functions.md, under "Functions as Variables. the first line after the comment in the code snippet says
"let name: name = value;" instead of "let name: type = value;"
The text was updated successfully, but these errors were encountered: