Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 901 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 901 Bytes

Mixed Messages

Overview

This is a project from Codecademy's Full Stack Engineer Path. The program generates story prompts with randomized genres, themes and settings.

Project Prompt

For this project, you will build a message generator program. Every time a user runs a program, they should get a new, randomized output. You’re welcome to take the project in a couple of different forms, like an astrology generator, inspirational message, or nonsensical jokes. To make your program truly random, the message that it outputs should be made up of at least three different pieces of data. Take what you know of JavaScript syntax so far to build the program and customize it to your liking.

Project Objectives

  • Build a message generator program using JavaScript
  • Use Git version control
  • Use command line
  • Develop locally on your computer

Launch

Run "node script.js" in terminal.