ga-wdi-boston/js

Add a spec for the code along

Opened this issue · 0 comments

ie

Write a program that asks a user what their name is. If their name is Rachel, print 'Hi, Rachel!' to the console. If their name is Mike, print 'Hi Mike!' to the console. If their name is Nikki, print 'Hi, Nikki!' to the console. If their name is not one of those three names, print 'Hi, stranger!' to the console.

Model writing psuedocode in the file before beginning to code.