
- Audio preview : https://soundcloud.app.goo.gl/c3ZoPMBx7dg3gHxv5
- Chapter 1 : https://serge-hulne.medium.com/the-missing-manuscript-5ba533cda7ce
- Chapter 2: https://serge-hulne.medium.com/the-missing-manuscript-1477cdc60a46
The result is reset if the phone is rotated. How do you prevent that from happening?

Goal
The aim of the npm package vector-ts is twofold:
- It aims at providing a data structure for Typescript and JavaScript which emulates a Python List, in which one can: add elements, delete them, append, prepend, insert, … them by value as well as by index.
- It provide a convenience class…