Skip to content

isheardwright/javascript-katas

 
 

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 just read the [documentation] (https://help.github.com/articles/using-pull-requests).

JQuery Labs

All of our custom tools are built using the jQuery Widget Factory. Before doing any labs, read the widget factory documentation.

- Lab 1: Create a new tool.

- Lab 2: Subscribe to create & destroy events lab.

- Lab 3: Public, private, and static properties and functions.

- Lab 4: Create divs.

- Lab 5: Get element & Set style.

- Lab 6: Create spans.

- Lab 7: Create tables.

- Lab 8: Inject html.

- Lab 9: Set options.

Change Log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published