Programming language used to make interactive webpages
Allow you to split code into different files and import/ consume/ export them as needed. 3 different types:
- AMD
- common js
module.exports - ES Module
import React from 'react';
**********
Take multiple modules in different files and link them into a singular file
- Read the content of entry file
- Automatically find all imports and exports
- Automatically found all the modules on our hard drives
- Linked files into a singular output file with all values correctly communicating around
** Example: Webpack **
{
"scripts": {
"build": "webpack --mode=development"
}
}**********
docker ps -a
-a show all containers
**********
``
-
**********
``
-
**********
``
-
**********
``
-
**********
What does the config do
Config example and definition of each term
**********
- steps
- step
- step
**********