# @extra-array/middle-update.min

> Gets values from middle.

Latest version **2.9.41** (published 2020-06-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @extra-array/middle-update.min
pnpm add @extra-array/middle-update.min
yarn add @extra-array/middle-update.min
bun add @extra-array/middle-update.min
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.9.41 |
| Published | 2020-06-20 |
| First published | 2020-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 11.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Author | wolfram77@gmail.com |
| Maintainers | wolfram77 |
| Keywords | extra, array, middle, update, middle$ |

## Links

- npm: https://www.npmjs.com/package/@extra-array/middle-update.min
- Repository: https://github.com/nodef/extra-array
- Homepage: https://github.com/nodef/extra-array#readme
- Issues: https://github.com/nodef/extra-array/issues
- npm.io page: https://npm.io/package/@extra-array/middle-update.min

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 2.9.41 (latest) — 2020-06-20
- 2.9.40 — 2020-06-20
- 2.9.39 — 2020-06-20
- 2.9.38 — 2020-06-20
- 2.9.37 — 2020-06-20
- 2.9.36 — 2020-06-20
- 2.9.35 — 2020-06-20
- 2.9.34 — 2020-06-20
- 2.9.33 — 2020-06-20
- 2.9.32 — 2020-06-20
- 2.9.31 — 2020-06-20
- 2.9.30 — 2020-06-20
- 2.9.29 — 2020-06-20
- 2.9.28 — 2020-06-20
- 2.9.27 — 2020-06-19
- … 186 more at https://npm.io/package/@extra-array/middle-update.min/versions

## README

Gets values from middle. [:running:] [:vhs:] [:package:] [:moon:] [:ledger:]
> Alternatives: [middle], [middle$].<br>
> Similar: [left], [middle], [right].<br>
> This is part of package [extra-array].

[extra-array]: https://www.npmjs.com/package/extra-array<br>
> This is browserified, minified version of [@extra-array/middle-update].<br>
> It is exported as global variable **array_middle$**.<br>
> CDN: [unpkg], [jsDelivr].

[@extra-array/middle-update]: https://www.npmjs.com/package/@extra-array/middle-update
[unpkg]: https://unpkg.com/@extra-array/middle-update.min
[jsDelivr]: https://cdn.jsdelivr.net/npm/@extra-array/middle-update.min

```javascript
array.middle$(x, [i], [n]);
// x: an array (updated)
// i: start index (0)
// n: number of values (1)
// --> x
```

```javascript
const array = require('extra-array');

var x = [1, 2, 3];
array.middle$(x, 1, 1);
// [ 2 ]

x;
// [ 2 ]

var x = [1, 2, 3];
array.middle$(x, 1, 2);
// [ 2, 3 ]
```

### references

- [MID$: QBasic 1.1](https://www.qbasic.net/en/reference/qb11/Function/MID_.htm)
- [Strings.Mid: Visual Basic](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.mid?view=netframework-4.8)
- [Mid: Visual Basic for Applications](https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/mid-function)

[:running:]: https://npm.runkit.com/@extra-array/middle-update
[:package:]: https://www.npmjs.com/package/@extra-array/middle-update
[:moon:]: https://www.npmjs.com/package/@extra-array/middle-update.min
[:ledger:]: https://unpkg.com/@extra-array/middle-update/
[middle]: https://github.com/nodef/extra-array/wiki/middle
[middle$]: https://github.com/nodef/extra-array/wiki/middle$
[left]: https://github.com/nodef/extra-array/wiki/left
[right]: https://github.com/nodef/extra-array/wiki/right
[:vhs:]: https://asciinema.org/a/332098

---
_Source: https://npm.io/package/@extra-array/middle-update.min · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
