Shuffle an array

Sometimes you want to randomize the values within an array. To achieve this you can use the Array.sort function with a random compareFunction.

CSS Variables

A CSS preprocessor is the possibility of using variables to create re-usable values. SASS are very useful for front-end web development, they aren’t required for using variables, as this can be done in native CSS.