Builder Module11 December 2023·1 minBuilder module #Extract properties of object to reuse these propertiesconst { toString } = Object.prototype; const { getPrototypeOf } = Object; const { isArray } = Array; Abstraction #Each significant of functionality should be implement in just one place