# How to start learning to code
---
Some advice for when you're just starting out
---
## Google everything
It's not cheating to look things up! It's how you learn
Note:
It took me >2 years of writing JS to remember the syntax for a switch statement. Sometimes you'll remember something the first time you read it, and sometimes it'll take 20 times for it to sink in. As long as you can make the code work nobody cares how you got the information.
---
## Log everything
Stay curious! `console.log` anything you don't understand to see what it is