Today I Learned - Rocky Kev

Tagged “refactor”

  1. TIL refactoring object lookups to avoid looking at the prototype chain

    Depending on your lookup method, you can access the prototype chain, which opens up some potential vulnerabilities or terrible side effects!

See all tags.