Results for: "functions"

Contents (175)

Vanilla JavaScript equivalent commands to JQuery
Vanilla JavaScript equivalent commands to JQuery

jQuery is still a useful and pragmatic library, but chances are increasingly that you’re not dependent on using it in…

read more
React: 4 types of components to rule them all
React: 4 types of components to rule them all

If you have already worked with React, you will probably have found terms like "dumb components", "stateless components" or "high…

read more
Implementing Quicksort algorithm in Javascript
Implementing Quicksort algorithm in Javascript

We've been wanting to write an article about sorting algorithms for some time now because sometimes we forget how useful…

read more
Javascript Arrays - Immutable functions
Javascript Arrays - Immutable functions

In these years, we have been playing with React, which has allowed us to deeply explore Javascript and concepts such…

read more
Implement Internationalization in Javascript (a headache for developers)
Implement Internationalization in Javascript (a headache for developers)

Definitely, programmers living in the U.S. (and few additional locations in Mexico and Canada) are luckier than us about the…

read more