microsoft / devicescript

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

added array fill #548

Closed sh33dafi closed 1 year ago

sh33dafi commented 1 year ago

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

https://github.com/microsoft/devicescript/issues/503