microsoft / devicescript

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

const { interval = 500 } = options || {} #351

Open pelikhan opened 1 year ago

pelikhan commented 1 year ago
        const { interval = 500 } = options || {}
pelikhan commented 1 year ago

@mmoskal one of those syntactic sugar that helpful with missing values.