/Duplicate-Arguments

The application returns true if it contains any duplicate argument values otherwise false. also it takes any number of arguments

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

karma-kata-seed

JavaScript + Karma (with Jasmine)

Getting Started

Clone this repo with git:

git clone https://github.com/tddbuddy/karma-kata-seed
cd karma-kata-seed

Install dependencies:

npm install

Run test:

npm test

You should eventually see 1 test ran and 0 failures.

Now you can start your kata! May we suggest the FizzBuzz?