Friday, 13 September, 2019 UTC


Summary

This lesson teaches its viewers a neat trick for installing NPM packages. This trick is made possible through "Brace Expansion". It allows us to install groups of packages from NPM without having to name each package explicitly, granted that their names share similar text. By the end of this lesson you'll have learned how to eliminate the need to write out dozens of package names when adding them to a project. ```