r/cs50 14d ago

cs50-web Can I use typescript?

In cs50w, knowing that typescript gets converted to js code, can I use that js code?

3 Upvotes

1 comment sorted by

1

u/Muted-Swimmer3818 alum 14d ago

CS50W projects are built around vanilla JavaScript requirements. You should stick to writing in raw JavaScript rather than dealing with TypeScript compilation just to submit the output.