# Question about arrays of objects

**URL:** https://forum.kirupa.com/t/question-about-arrays-of-objects/247552
**Category:** Uncategorized
**Created:** [December 26, 2007, 3:01am UTC](https://forum.kirupa.com/t/question-about-arrays-of-objects/247552 "2007-12-26T03:01:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![absolutezero342](https://avatars.discourse-cdn.com/v4/letter/a/22d042/32.png) [@absolutezero342](https://forum.kirupa.com/u/absolutezero342)
#### Post date: [December 26, 2007, 3:01am UTC](https://forum.kirupa.com/t/question-about-arrays-of-objects/247552/1 "2007-12-26T03:01:46Z")

</div>

I have an array of objects and I want to take one object in the array that meets a certain criteria and bring that one object to the front of the array while removing it from it’s previous position. What is the easiest/best way to achieve this?  
the fact that it involves objects seems to complicate things…  
thx for the help!
