🔰module pattern

JSmodule ⟩ module pattern

was used as a module system before the introduction of native JavaScript modules, implemented using IIFE.

Last updated