- Total 0 kr
JavaScript

Surviving sorting in JavaScript
A built-in .sort() method, how hard can it be to get it right? Taking JavaScript as our yardstick, apparently really quite hard. Read about two major pitfalls that anyone who wants to sort arrays in JavaScript should be aware of.

A story about React
The story about how we wrote a story(book) for our React courses.

Why do we do this to ourselves?
A couple of weeks ago, we discovered that some dates on our web site were incorrect. Instead of showing the actual date of a course delivery, certain pages would always show today's date.

Predicting the upcoming JavaScript season
Join us as we geek our over the upcoming Premier L... sorry, JavaScript season, and walk through the state of our favourite teams; Angular Rovers, FC React and TypeScript United!

Our view of Vue
Are React and Angular still the only two responsible choices when selecting a JavaScript framework for the new project, or can Vue now be considered an actual contender also from a business perspective?

Brushing teeth and static checks
The three-year-old at home doesn't like having his teeth brushed. But I, a crafty father, have developed a trick.
This is why TypeScript is worth looking into
TypeScript is a "superset" of JavaScript; A program written in JavaScript is already a valid TypeScript code. In addition to its usual code, you can add type annotations, and declare variables like "string", "number", etc. We'll explore why you'd want this together.
Showing 1–7 of 7 results