Articles about javascript on Dévoreur 2 Code

Managing client-side data with localStorage and sessionStorage

How to take advantage of localStorage and sessionStorage to store client-side data.

3/28/2024

Written by Fabien Schlegel

Fabien Schlegel

Mastering Map data structure in JavaScript

Explore the power of the Map data structure in JavaScript, its advantages, basic operations, advanced uses, performance and real-life examples.

11/22/2023

Written by Fabien Schlegel

Fabien Schlegel

JavaScript: sorting algorithms

Discover how to implement and understand sorting algorithms, starting with bubble sort, followed by quick sort, merge sort and insertion sort, in JavaScript.

10/25/2023

Written by Fabien Schlegel

Fabien Schlegel

JavaScript arrays

Learn how to create and manipulate arrays in JavaScript with this comprehensive article. Discover the fundamentals of arrays, as well as advanced techniques for iterating, transforming, filtering, aggregating and sorting data.

10/11/2023

Written by Fabien Schlegel

Fabien Schlegel

JavaScript - the Reduce method

Discover everything you need to know about the reduce method in JavaScript. This advanced guide will teach you how to use it, its tricks, and concrete examples to improve your JavaScript development expertise.

9/20/2023

Written by Fabien Schlegel

Fabien Schlegel