Node JS blog posts

Why You Should Use Maps in JavaScript and TypeScript Instead of Arrays

Learn why Maps can outperform arrays in JavaScript and TypeScript for key-value storage, flexible key types, and efficient lookups. Discover best practices and examples for using Maps in your TypeScript code.

Published on

5 min read

Achieving Immutability in JavaScript and TypeScript

Let's explore how to achieve immutability in JavaScript and TypeScripts, which is essential for creating stable and predicable code.

Published on

6 min read

How to generate a range of numbers using ES6

Here you can see a handful of examples showing how to generate a range of numbers using ES6. Examples include ability to specify a start and end value as well as the step value to use.

Published on

3 min read