Skip to content

wykhuh/js-git-prereq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Javascript and Git assessment

Prerequisites

  1. Basic understanding of Javascript

  2. Basic understanding of Git

Instructions

  1. Fork this repo into your account.

Download your forked repo to your computer using git clone.

For more info, read Fork A Repo. Skip step 3 (Configure Git to sync your fork).

  1. Open your local copy of this repo in your code editor.

In main.js, there is an array of books and a function appendListItem. You need to loop through the books and use appendListItem to add an < li > for each book. The text for the < li > should have the title, author and year.

After you are done, when you load index.html in a browser, you should see something like this:

1. Emma by Jane Austen (1815)
2. Jane Eyre by Charlotte Brontë (1847)
3. Wuthering Heights by Emily Brontë (1847)
  1. Commit the changes and push the files to Github. For more info, read the section Pushing to a remote

  2. Post a link to your repo in the Google form.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published