Justification Station: Sock Drawer 2 - Step 2: Material Justification

Here we are, on the second step of our justification journey, where we're about to get real.

Continue to Step 3: Justification by Association

Step 2: Material Justification

This is where things start to get real. We're talking about justification by materials, baby!

			// material-justification.js
			// by Socky McJustificationFace
			function justifyItAll() {
				return 'I justify it all!';
			}
		

Here's a simple JavaScript function that justifies all your socks. Don't ask why, just click "Run" to see the magic.

			justifyItAll();
			console.log("Justified!");