Results for: "sorting"

Contents (19)

Mastering array sorting in JavaScript: a guide to the sort() function
Mastering array sorting in JavaScript: a guide to the sort() function

In this article, I will explain the usage and potential of the sort() function in JavaScript.   What does the sort() function…

read more
Sorting elements with SortableJS and storing them in localStorage
Sorting elements with SortableJS and storing them in localStorage

SortableJS is a JavaScript extension that you will be able to use in your developments to offer your users the…

read more
Top JavaScript libraries and frameworks part 1
Top JavaScript libraries and frameworks part 1

JavaScript libraries and frameworks make it easy to develop websites and applications with a wide variety of features and functionality,…

read more
Top tools for UX design and research
Top tools for UX design and research

This article is a compilation of the "ux tools" I have tested in recent years. I've separated the tools by categories,…

read more
The most popular Array Sorting Algorithms In PHP
The most popular Array Sorting Algorithms In PHP

There are many ways to sort an array in PHP, the easiest being to use the sort() function built into…

read more