What’s the Big Deal With Functional JavaScript?
Why functional JavaScript matters for your code
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...
It’s actually a lot simpler than what other tutorials are trying to tell you
JavaScript has a sort() method that you can use on arrays, but the results are almost always weird and don’t return what you initially expect. For example, if you have the following [9, 8, 12, 1, 33, 21] array, using sort() on it will return [1, 12, 21, 33,...
Let’s be honest, if you’re self-taught, there’s a high chance that algorithm topics wouldn’t even be on your radar. In part, it’s because you’re most likely preoccupied with other things — like getting your application to run, figuring out why your npm commands aren’t...
Learning programming is like learning a completely different language. It gets even worse for a person coming into the field to be bombarded by long tutorials littered with words that makes no sense. All the words below have more than a million words written about them. But we don’t...