zjhsdtc / class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage

  • ./node_modules/.bin/mocha verify -R spec -g 'Implement Class Constructor'
  • ./node_modules/.bin/mocha verify -R spec -g 'Implement Instance Methods'

hint

var Hehe = function () {this.a = 1};
var hehe = new Hehe();
console.log(hehe.a)

this is all about it

About


Languages

Language:JavaScript 59.3%Language:CoffeeScript 40.7%