Legend:
- ✏️ method changes
this. - 🔒 method does not change
this.
Array<T>.prototype.*:
concat(...items: (T | Array)[]): T[]🔒 ES3
| timestamp | sensor_A | sensor_B | sensor_C | |
|---|---|---|---|---|
| 2025-08-01T00:00:00Z | 0.5 | 1.2 | 3.1 | |
| 2025-08-01T00:01:00Z | 0.7 | 1.3 | 3.0 | |
| 2025-08-01T00:02:00Z | 0.6 | 1.5 | 3.2 | |
| 2025-08-01T00:03:00Z | 0.9 | 1.1 | 3.4 | |
| 2025-08-01T00:04:00Z | 1.0 | 1.0 | 3.5 |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.