dwaqxB
A Pen by Whisper of Hyperion on CodePen.
License.
var b = 8; (function() { var b var a = b = 5 })(); console.log(a) console.log(b)