Open amitch6097 opened 7 years ago
Wow, some things I 😍 :
😂 These are tears of joy! The only areas of improvement I see are:
rawP
, htmlP
, and string
variables, we can come up with some better names. It's much better for a variable name to be too long than too short. 😎</p>
tag to more closely match how you'd format normal HTML. I have an example below: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! 😄
@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.
🔥 🎈 Beautiful! 🎈 🔥
:shipit:
@chrisvfritz Can you take a look at this? It's hosted here and meets the following criteria:
<em>hella charming</em>
should appear as hella charming)<pre><code></code></pre>
elements (e.g.<em>hella charming</em>
should appear as<em>hella charming</em>
).js
file