PacktWorkshops / The-TypeScript-Workshop

MIT License
39 stars 38 forks source link

Error during compilation #6

Open karlakz opened 1 year ago

karlakz commented 1 year ago

Having a class Teacher without an attribute "token" outlines an error in the IDE when consoling out a teacher["token"]. The compilation is successful when the "token: any" attribute is added to the class.