How Variable Declarations Can Impact Your Scope In JavaScript
When scopes matter and Schrodinger’s theory doesn’t apply
Aphinya is a skilled tech writer with field experience in software development, agile, and fullstack JavaScript. She is a dev advocate and community builder, helping others navigate their dev journey.
When scopes matter and Schrodinger’s theory doesn’t apply
JavaScript is easy . Until it breaks — then nothing makes sense. Console logs tell you it’s undefined in that annoying little red error. Or things just get set incorrectly, even though you think your logic is infallible. It happens a lot, especially for beginners. So what exactly went wrong? When...
At the end of the day, code is code. However, the difference between effective code and the kind that sends developers off to consume passive-aggressive memes is how the code itself is written. What many tend to forget is that code is a language, which means there are patterns and...
Why functional JavaScript matters for your code
Front end technology, especially JavaScript, has historically been looked down upon by back end veterans as not being a proper language. Mostly because JavaScript started off as function based language — making it immature in the ways of potential growth and what it can do. I remember back in the late...
You’re probably asking the wrong question