microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.29k stars 121 forks source link

Array js functions #503

Open pelikhan opened 1 year ago

pelikhan commented 1 year ago

Finish Array object implementation.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array

Guide: https://microsoft.github.io/devicescript/contributing#add-core-javascript-apis

sh33dafi commented 1 year ago

Hi @pelikhan I'm interested in adding the missing implementations

pelikhan commented 1 year ago

Great!

Feel free to break down implemetation in several PRs so that it helps the review.

sh33dafi commented 1 year ago

Created a first PR https://github.com/microsoft/devicescript/pull/520