We'll see how we can add CSS classes conditionally to our HTML elements using the array syntax. We'll explore how different classes can be added atomically and that these can be build on top of a defined base class.
You'll see that we can pass in terneries that will conditionally apply a class or use the object syntax to conditionally apply a class.