Skip to content

tdsills/javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript

********************************************************

Exercise Instructions

There are several exercises to complete :

  • exercise-1.js
  • dom/
    • inject.js
    • shoppingList.js
    • timer
  • __tests__/
    • exercise-1.test.js (Optional)

All problem descriptions can be found in the javascript files. The instructions for the DOM exercises can be found in dom/README.md. The instructions for the testing exercise can be found in the __tests__/README.md.

********************************************************

Git Instructions

  • Create a template copy of this repository by clicking : "Use this template"
  • Name the repository the same name as the master template repository.
  • Add your TM as collaborator
  • Clone YOUR repo to your local computer
  • Create a new branch: git checkout -b <firstName-lastName>.
  • Implement the project on your newly created <firstName-lastName> branch, committing changes regularly.
  • Push all of your commits: git push origin <firstName-lastName>.
  • When ready for your TM to review, open a Pull Request (PR) and add your TM as a collaborator.

********************************************************

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors