build-CI
d236059f - refactor: replace builtin prototype method with `Object.prototype` equivalent

Commit
1 day ago
refactor: replace builtin prototype method with `Object.prototype` equivalent It is preferable to call certain `Object.prototype` methods through `Object` on object instances instead of using the builtins directly.
Parents
Loading