Skip to content

Tag: arrays

How to sort an array with special conditions

I just want to return an array containing the first and second objects based on the “point” property of an object and I have a condition below, When the condition is satisfied it will swap places. Given the following object: the result I want is Answer You could group the data with an object for t…

How can i reduce to a more concise form my JS array

There is the following piece of code that I would like to reduce to a more concise form. I think I did not make the best decision at all. Simultaneously getting rid of the bug, which consists in limiting the operation of the program from arrays prescribed in advance in the code. Please tell me how it can be d…