All Questions
3 questions
3
votes
1
answer
241
views
How to sort and search in JavaScript large set
The array "scores" tells the total points for each person involved in a contest. So for example:
...
2
votes
0
answers
428
views
React widget to display, sort and search remote data
I've created a React widget that pulls data on crypto-token pairs from a remote API and makes that data sortable by headers and searchable.
You can view a demo of it here.
Is this a maintainable way ...
2
votes
1
answer
135
views
Javascript module for sorting and searching
Here is a vanilla JS module that I wrote for sorting and searching an array.
I would appreciate feedback on the design of the module as I'm new to writing javascript in modules and don't know if I'm ...