Ad
  • Custom User Avatar

    FYI, setting __proto__ is discouraged because it causes a lot of internal processing by the interpreter. Better to create an object whose proto is already set — using Object.create.