Skip to content

buwebdev/web-231

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB 231 Enterprise JavaScript I

Address: 1000 Galvin Rd S, Bellevue, Nebraska 68005 - Directions

Web Development Degree

Repository Overview

The starter files for weekly assignments and chapter exercises are located in the data-files folder. Each folder is named js{chapter}. Where {chapter} is the chapter number of the current week's assignments. For example, let's say I am working on week one's chapter exercise and programming assignment, I would look in the folder named js01.

There are two ways to access the content in this repository: download the entire repository as a ZIP file or clone it. Below outlines each approach.

ZIP File

  1. Click on the "Green" code button in the middle of the screen.
  2. Select "Download ZIP".
  3. Extract the downloaded ZIP file and save it to a location on your computer that is easy to remember.

Git Clone

  1. Open a new terminal window.
  2. Navigate to a location on your computer where you want to save the repository.
  3. Click on the "Green" code button in the middle of the screen.
  4. Select the HTTPS tab and copy the URL.
  5. In your terminal window enter git clone {URL}; where URL is the URL you copied from step 4. Make sure you remove the curly braces ({}) before pasting the URL.

Another options is to enter the clone command directly in a new terminal window:

cd buwebdev
git clone https://github.com/buwebdev/web-231.git

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published