Skip to content

2/17/2025

Programming Language: A set of instructions that a programmer writes to tell a computer how to perform a task.

Script: A program or sequence of instructions that is interpreted or carried out by another program rather than by the computer processor.

Dev Tools: Programs that help developers create, test, and debug software.

Console: The part of a computer used for communicating between the user and the system.

Output: Produce, deliver, or supply (data) using a computer or other device.

Console Log: A built-in function that allows you to output messages or values to the console.

Variable: A named storage location for data. It allows you to store and manage information within your code. Variables are declared used keyboards like var, let, or const.

We will incorporate JavaScript into a web page to create dynamic content that responds to input. We will replicate code that uses logical branching and basic conditionals to determine the outcome of content on a web page.

Code & Curiosities