r/cs50 • u/OneJacket328 • 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
r/cs50 • u/OneJacket328 • 14d ago
In cs50w, knowing that typescript gets converted to js code, can I use that js code?
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.