Comp 101 Quick References

The VS Code Tips and Tricks page is a great resource for any issues concerning VS code. For example, if you cannot find your workspace, see your files, or find the terminal.  

The TypeScript page gives a brief introduction to Typescript, the language you'll be programming in this semester. 

Visit the Cheat Sheet page for helpful reminders of how to do some of the most important and common things you'll use in your programs!

Use the Generating Random Numbers page to learn more about generating random numbers and using them in your code!