train
to
code
YouTube
TypeScript Best Practises Quiz
Question 1
What should you do when encountering a
ts-ignore
comment in code?
Ignore it permanently
Understand it, fix it and remove if feasible
Use 'any' instead of fixing it
Remove it without checking for issues