ruthmoog / bee

🐝 A mobile application for surveying bumblebees.
https://purple-wood-8308.fly.dev/
MIT License
2 stars 0 forks source link

EZ refactor #6

Closed quii closed 1 year ago

quii commented 1 year ago

Replace


let thing = // some code
if(!thing) {
   thing = {some: default}
}

with

const thing = // some code ?? {some:default}