Link Search Menu Expand Document

Glossary

B

TermDefinition
BoilerplateA block of code that is universally used with little to no change

C

TermDefinition
CSS (Cascading Style Sheet)A file that contains external HTML styling

D

TermDefinition
DynamicWeb content that changes over time or due to user behavior and preferences

E

TermDefinition
EditorPart 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.jsA beginner-friendly web application framework for hosting servers using Node.JS

F

TermDefinition
Function SignatureConisists of the name of the function as well as the parameters

H

TermDefinition
HTML (Hypertext Markup Language)Part of the VS Code interface that allows the user to modify file content
HTTP Request MethodAn action indicator that is dependent on the type of action requested

L

TermDefinition
LibraryPart of the VS Code interface that allows the user to modify file content
localhostA local server on the local machine that is not connected to any external network

M

TermDefinition
MethodA function that is associated with an object

P

TermDefinition
package.jsonA file that is created once a user runs npm init that stores the installed libraries
PortNetwork connection points on a computer

R

TermDefinition
RouteDirects the HTTP request to the code that fulfills the request using methods

S

TermDefinition
StaticWeb content that is constant and does not change

T

TermDefinition
TerminalSection of the VS Code interface that allows the user to run terminal commands

W

TermDefinition
WorkspaceThe list of folders and files that are open and to be worked on in VSCode

📚 More Readings