Skip to content

karthigasri/javascript-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javscript-katas

This project provides a boilerplate and guide for exercising your javascript skills.

Getting Started

  1. Fork a copy of the master repo.
  2. Create a branch from master and give it a personalized name.
  3. Install the latest version of node if you have not already.
  4. Install the npm modules.
  5. Practice some Labs.
  6. Certain steps to do before pushing code to your barnch on github is,
    git add .
    git commit -am "Message about app"
  7. Push code to your branch on github by using the command,
    git push
  8. Make a pull request for someone to review your code by using the command,
    git pull

JQuery Labs

- Lab 1: Create a new tool.
- Lab 2: Subscribe to create & destroy events lab.
- Lab 3: Use utility functions.

Change Log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published