In this case, yes. But in other situations, no, it won’t.
In general, with an array of an object or a number, it will call the post-increment operator, which may differ from the usual pre-increment operator - although the post-increment may seem to simply increase alone, it will increase the actual object, but it will return a copy of the non-incremental object. Beware of this small technical point.
, .