Introduction

CSS now natively supports variables. Hurray!

We'll cover the following...

Don’t we all love variables:)

Variables! Variables!! Variables!!!

We all love variables.

const TEN_TIMES = 10

var verySmartFunction = function(){}

let killerVariable = "none"

Every decent programming language has ...