#terms

Found 1 articles tagged with #terms

Tree Shaking in JavaScript

Tree shaking is a form of dead code elimination in JavaScript, relies on es6 modules, and implemented in module bundlers.

Jan 01, 2020#javascript#terms