Xor
4 Reasons Why ‘var’ is Considered Obsolete in Modern JavaScript
JavaScript is a powerful language because you can write an entire software without adopting any other programming language at all. var used to be a way to declare variables in JavaScript. However…
Software DevelopmentProgrammingJavaScript
32+ funny Code Comments that people actually wrote
Well, This writing will show you how code commenting can be funny too. I have listed some funny code comments people encountered in production code. Note: If you want to learn more about JavaScript…
ProgrammingSoftware EngineeringFunny
Creating Axios mock requests in Jest
How to create your own reusable axios mock request function for Jest.
JavascriptJestTesting