Skip to content

Instantly share code, notes, and snippets.

body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
<!DOCTYPE html>
<!--
This is an HTML document. It contains information about how elements in the website
are arranged. In other words, it describes the layout of a website.
I can't wait to see the resumes you put together!
Cameron Pittman, Udacity Course Developer
-->
/*
This file contains all of the code running in the background that makes resumeBuilder.js possible. We call these helper functions because they support your code in this course.
Don't worry, you'll learn what's going on in this file throughout the course. You won't need to make any changes to it until you start experimenting with inserting a Google Map in Problem Set 3.
Cameron Pittman
*/
// $("#main").append(["Timon Martin"]);
// var awesomeThoughts = "I am Timon and I am awesome";
// var funThoughts = awesomeThoughts.replace("awesome", "fun");
// console.log(awesomeThoughts);
// $("#main").append(funThoughts);
// var name = "Timon Martin";
// var role = "Producer";