Devlog - 2025εΉ΄11ζ16ζ₯
π What I Did
- Record collection.
π§ What I Learned
- Objects.
example.Object.hasOwnProperty.call()better thanexample.hasOwnProperty()for eslinting.
π₯ Whatβs Next
- Loops.
example.Object.hasOwnProperty.call() better than example.hasOwnProperty() for eslinting.