Assignments
in php, vars starts with $
snake case is just a convention
php variable names are case sensitive

Today we learned about variables and concatenations




Learning Variables again!

I like pancakes and coding. I dont like forgetting which language does what, because I use 5 and a half at this point.

The power of sleep and computers fuels me. Also water and sour gummy worms

  1. Variables need a $ to work.
  2. They are case sensitive, meaning Name and name are different variables.
  3. Concatenation works with a . and not a + like other languages.
  4. If the color in the style is green, then its an actual color.