Glossary
B
Term | Definition |
---|
Boilerplate | A block of code that is universally used with little to no change |
C
Term | Definition |
---|
CSS (Cascading Style Sheet) | A file that contains external HTML styling |
D
Term | Definition |
---|
Dynamic | Web content that changes over time or due to user behavior and preferences |
E
Term | Definition |
---|
Editor | Part of the VS Code interface that allows the user to modify file content |
EJS (Embedded JavaScript) | A templating format that generates HTML using JavaScript |
Express.js | A beginner-friendly web application framework for hosting servers using Node.JS |
F
Term | Definition |
---|
Function Signature | Conisists of the name of the function as well as the parameters |
H
Term | Definition |
---|
HTML (Hypertext Markup Language) | Part of the VS Code interface that allows the user to modify file content |
HTTP Request Method | An action indicator that is dependent on the type of action requested |
L
Term | Definition |
---|
Library | Part of the VS Code interface that allows the user to modify file content |
localhost | A local server on the local machine that is not connected to any external network |
M
Term | Definition |
---|
Method | A function that is associated with an object |
P
Term | Definition |
---|
package.json | A file that is created once a user runs npm init that stores the installed libraries |
Port | Network connection points on a computer |
R
Term | Definition |
---|
Route | Directs the HTTP request to the code that fulfills the request using methods |
S
Term | Definition |
---|
Static | Web content that is constant and does not change |
T
Term | Definition |
---|
Terminal | Section of the VS Code interface that allows the user to run terminal commands |
W
Term | Definition |
---|
Workspace | The list of folders and files that are open and to be worked on in VSCode |
📚 More Readings