AngularJS Phone Catalog Tutorial Application, in LiveScript with SocketStream 0.3.2, LESS, Jade, including Unit and E2E Tests
https://github.com/yiwang/angular-phonecat-livescript-socketstream
JavaScript RegExp test(undefined) behavior
/[a-c]{1}/.test()
false
/[a-d]{1}/.test()
true
/undefined/.test(undefined)
true
/undefined/.test()
true
Subscribe to:
Posts (Atom)