Sha256: 14136b2bca7989040e3622dcaaa4ba0cc271880aa6420f7632eef9002c6ba2cd
Contents?: true
Size: 1.2 KB
Versions: 64
Compression:
Stored size: 1.2 KB
Contents
# Proverb For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme: > For want of a nail the shoe was lost. > For want of a shoe the horse was lost. > For want of a horse the rider was lost. > For want of a rider the message was lost. > For want of a message the battle was lost. > For want of a battle the kingdom was lost. > And all for the want of a horseshoe nail. ## Setup Go through the setup instructions for JavaScript to install the necessary dependencies: http://exercism.io/languages/javascript ## Making the Test Suite Pass Execute the tests with: jasmine <exercise-name>.spec.js Replace `<exercise-name>` with the name of the current exercise. E.g., to test the Hello World exercise: jasmine hello-world.spec.js In many test suites all but the first test have been skipped. Once you get a test passing, you can unskip the next one by changing `xit` to `it`. ## Source Wikipedia [http://en.wikipedia.org/wiki/For_Want_of_a_Nail](http://en.wikipedia.org/wiki/For_Want_of_a_Nail) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
64 entries across 64 versions & 1 rubygems