You know that feeling where you want to describe something, but you don't know the correct or accurate term to label it as? That was me whenever I encountered code or filenames where the letters were all lowercased and the words were separated with a dash. While I was reading through the ...
3 JavaScript Gotchas for the C# Developer
Most of my development experience has been with C#. When I started learning JavaScript, I made a few poor assumptions about the language. My incorrect assumptions about JavaScript inspired this list of three JavaScript gotchas for the C# developer: Brackets do not define scope. this does ...