- 1
- These two commands do the same thing
Main ways to get unstuck
A huge part of coding is learning to debug your own code and figure out what’s going wrong.
The good news is that there are many ways to get help. These are some good steps (in order):
Use the
?in front of the function name to get more information!- Best for: understanding function arguments and usage
Google or go to stackoverflow.com
- Best for: specific errors and edge cases
I can also go to my favorite AI tool to get help
- Best for: getting code started or explaining errors
Ask another person!
- Best for: when all else fails