Demystifying the Mysteries of Sort() in JavaScript

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 it to do. So for example, if you have the following… Read more

Similar

Using Vue JavaScript inside an Angular App

Since launching Cushion a couple years ago, we’ve been using AngularJS (1.x) as our front-end framework. If you’re curious how we ended up with Angular, I wrote about the decision (keep in mind this was 2014). I came from an MVCS background, so Angular re... (more…)

Read more »