Published in JavaScript in Plain English·PinnedJavaScript’s Equality OperatorA Story about Type Conversion — When it comes to the equality operator, figuring out how JavaScript handles type conversion can be difficult. …Java Script4 min read
Apr 28, 2020Exploring DECODE, CASE, and more in SQLDuring a recent coding challenge, I ran into a SQL query which contained an unfamiliar keyword: DECODE. Perhaps like some of you, I’d never encountered DECODE before. I decided to take some notes, Googling to my heart’s content. …Sql5 min read