Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 472 Bytes

MixedMessages

###Introduction This project is a simple Node.js script to run and give motivational messages when encouragement is needed.

###Technology Used -Node.js (v12.16.1) -Git

###To run: Type node mixedmessages.js in the command line.

###Purpose To practice with Objects and Methods, by creating an Object to store the array of messages, along with creating Methods to add another message to the list and a method to display a random message to the console.