Technique 1: Squashing with Unorthodox Unshackling

Step 1: Identify the Bug in Question

Step 2: Unshackle your Mind and your Code

Step 3: Unravel the Unraveling Unraveler

				// Unorthodox Unshackling Code Example
				function squashingBug() {
					// Do something utterly unrelated to the bug
					var x = 5 + 5;
					return x * x;
				}