Skip to content

ErdemZengin22/JSFunSpring2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Fundamentals

CanCode Communities Class

Spring 2023

This is the git repository for the class. It will be updated on a class by class basis.

You will submit your assignments by doing pull requests. You will need to create a Github account if you do not have one already. Fork this repository by clicking on the Fork button. Then clone your forked repository with this command, replacing YOUR-USERNAME with your Github username:

git clone https://github.com/YOUR-USERNAME/JSFunSpring2023.git

Add the original repository as a remote to your forked repository:

cd JSFunSpring2023
git remote add upstream https://github.com/AlbanyCanCodeCourses/JSFunSpring2023.git
git remote -v
# You should see your upstream set as https://github.com/AlbanyCanCodeCourses/JSFunSpring2023.git
git config pull.rebase false

If git asks you to signin with your username and password, then you will need to follow this guide on generating a personal access token. Give yourself access to all available scopes. You username will be your Github username and the password will be the token.

Finally, to run the tests for the exercises, you will need to install testing libraries:

npm install

Resources

About

CanCode Communities JavaScript Fundamentals Class - Spring 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors