Week 11 Day 3 – Code Syntax Like WTF?
I’m having a hell of a time figuring out this guy’s code. Let me show you some examples: “computer” == deviceName ? pageVerticalPosition = “internet explorer” == browserName ? document.documentElement.scrollTop : pageYOffset : (pageVerticalPosition = pageVerticalPositionOnTouch + (touchStartX – touchCurrentX), This is essentially a ternary nested within a ternary. The first condition checks for the […]