Coder Social home page Coder Social logo

testvidya11 / learning_javascript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from westonplatter/learning_javascript

0.0 1.0 0.0 257 KB

learn Javascript by proving concepts with tests

License: BSD 3-Clause "New" or "Revised" License

JavaScript 92.30% Ruby 5.43% CSS 2.27%

learning_javascript's Introduction

learning_javascript

Build Status

What is this?

Short Answer: Learn javascript by proving concepts with tests. :)

Longer Answer: This is a compilation of Javascript "code snippets" as I work through resources to master Javascript. Each resource (book/guide/tutorial/etc) has it's own folder with Jasmine tests proving how the concepts apply in a semi real world context.

How to install and use

Option 1 - Run tests in browswer

Download the project (click here). Open the zip file, and find the learning_javascript/resources/professional_javascript-zakas/SpecRunner.html file, and double click on it. This runs the tests in your browser. Yay!! You're up and running.

Option 2 - Run tests via NodeJS
  1. Install node,

  2. Install git,

  3. Shell Commands

git clone https://github.com/denvercodeclub/learning_javascript.git
cd learning_javascript
npm install -g grunt-cli
npm install

# using npm which calls to grunt
npm test 

# using grunt
grunt test

Current resources:

Planned resources:

  • Javascript Patterns
  • (open to ideas)

Contributions

We'd love your help! Open a Github issue about anything. The pros, cons, and everything in between. We'll make adjustments to the project so that the project is as helpful and as easy as possible.

Inspiration

Credits to the Denver Code Club for an awesome group of people to learn from.

learning_javascript's People

Contributors

westonplatter avatar jascks avatar joesus avatar thatcatcancode avatar testvidya11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.