Quotes help make search much faster. Example: "Practice Makes Perfect"
Tuesday, May 9, 2017
Codecademy Learn ReactJS: Part 1 Exercise 9 of 15
var blog = (
<div>
<img src="pics/192940u73.jpg" />
<h1>
Welcome to Dan's Blog!
</h1>
<article>
Wow I had the tastiest sandwich today. I <strong>literally</strong> almost freaked out.
</article>
</div>
);
No comments:
Post a Comment