Start with good habits now:
Use "use strict" at the top of every script
Use descriptive variable names in camelCase
Indent code consistently with spaces
Add comments for complex logic
Check the console for errors regularly
These practices make your code easier to read, debug, and maintain. They matter more as your programs grow larger.