Goal: Understand how to ask the user for input.
Learning Topics:
readline
storing user input in variables
printing user input with console.log
Acceptance Criteria:
The program asks for the candidate name.
The program prints the candidate name in the console.
Goal: Understand how to ask the user for input.
Learning Topics:
readline
storing user input in variables
printing user input with console.log
Acceptance Criteria:
The program asks for the candidate name.
The program prints the candidate name in the console.