这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@fullstackhacker
Copy link
Contributor

Tell if two numbers can add/subtract to 13.

is(4).plus(5).thirteen();      // false
is(12).plus(1).thirteen();    // true
is(4).minus(12).thirteen();    // false
is(14).minus(1).thirteen();    // true

@gytdau gytdau merged commit 6f6b051 into jezen:master Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants