amitch6097 / MI-449-SS17-741-js-collect-and-display-information-kPt9Fl

0 stars 0 forks source link

Project Feedback #1

Open amitch6097 opened 7 years ago

amitch6097 commented 7 years ago

@chrisvfritz Can you take a look at this? It's hosted here and meets the following criteria:

chrisvfritz commented 7 years ago

Wow, some things I 😍 :

😂 These are tears of joy! The only areas of improvement I see are:

var string = 
  '<h1>Hi, my name is ' + firstName + ' ' + lastName + '!</h1>' +
  '<p>' + description + '</p>' +
  '<p>If you\'re interested in a date, you can email me at ' +
    '<a href="mailto:' + email + '"target="_blank">' + email + '</a>' +
    ' or give me a call at ' +
    '<a href="tel:' + phone + '" target="_blank">' + phone + '</a>.' +
  '</p>'

Let me know if you have any questions. Keep up the great work! 😄

amitch6097 commented 7 years ago

@chrisvfritz Thank you for the help! I did forget to have JS Standard Linter on, so I turned it on and fixed all the errors. I fixed the names of some of the variables as well as the string formatting. Thank you for looking at my post! Let me know if there is anything more I need to do.

chrisvfritz commented 7 years ago

🔥 🎈 Beautiful! 🎈 🔥

:shipit: