jessicalam / MI-449-SS17-740-js-collect-and-display-information-kPt9Fl

project for MI449. demonstrated use of HTML5, javascript and CSS3. created an interactive dating profile
0 stars 0 forks source link

Project Feedback #1

Open jessicalam opened 7 years ago

jessicalam commented 7 years ago

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

stuartpearman commented 7 years ago

Hi Jessica! A couple of things here that I would change:

Your paragraphInput.innerHTML and codedparagraphInput.textContent are being set to the same thing, and it's a very long string. In these cases, it's best to set this to a variable first so that you don't have to repeat the same code.

Second thing, look over the sample file again. You'll need to add a paragraph tag around your description and another paragraph around the text that follows.

Let me know if you have any questions!

-Stu

jessicalam commented 7 years ago

it should be different and working now

stuartpearman commented 7 years ago

Looks great Jessica! :shipit: