Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/accumulate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ as this is idiomatic Lisp, not a library function.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/acronym/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ like Portable Network Graphics to its acronym (PNG).
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/all-your-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ I think you got the idea!
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/allergies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ score is 257, your program should only report the eggs (1) allergy.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/alphametics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Write a function to solve alphametics puzzles.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/anagram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Given `"listen"` and a list of candidates like `"enlists" "google"
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/atbash-cipher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ things based on word boundaries.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/beer-song/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ experiment make the code better? Worse? Did you learn anything from it?
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/binary-search-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ And if we then added 1, 5, and 7, it would look like this
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/binary-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A binary search is a dichotomic divide and conquer search algorithm.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ So: `101 => 1*2^2 + 0*2^1 + 1*2^0 => 1*4 + 0*2 + 1*1 => 4 + 1 => 5 base 10`.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/bob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ He answers 'Whatever.' to anything else.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/bowling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For a tenth frame of XXX (three strikes), the total value is 30.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/bracket-push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify that all the pairs are matched and nested correctly.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/change/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ result is an array with the values: 1, 1, 10 and 25.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/circular-buffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ buffer with:
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/clock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Two clocks that represent the same time should be equal to each other.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/collatz-conjecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Resulting in 9 steps. So for input n = 12, the return value would be 9.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

[http://exercism.io/languages/ecmascript](http://exercism.io/languages/ecmascript)
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ won since `O` didn't connect top and bottom.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/crypto-square/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sseoau
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/custom-set/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ unique elements.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/diamond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ E·······E
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/difference-of-squares/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ natural numbers is 3025 - 385 = 2640.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/diffie-hellman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ secret s.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/etl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ game while being scored at 4 in the Hawaiian-language version.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/flatten-array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ output: [1,2,3,4,5]
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/food-chain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ She's dead, of course!
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/gigasecond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A gigasecond is 10^9 (1,000,000,000) seconds.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/grade-school/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ experiment make the code better? Worse? Did you learn anything from it?
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/grains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ experiment make the code better? Worse? Did you learn anything from it?
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/hamming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ of equal length differently.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If everything goes well, you will be ready to fetch your first real exercise.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/hexadecimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The program should handle invalid hexadecimal strings.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/isbn-verifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Which proves that the ISBN is valid.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/isogram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The word *isograms*, however, is not an isogram, because the s repeats.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/kindergarten-garden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ While asking for Bob's plants would yield:
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/largest-series-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ the largest product for a series of 6 digits is 23520.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/leap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ phenomenon, go watch [this youtube video][video].
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/linked-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you want to know more about linked lists, check [Wikipedia](https://en.wikipe
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/list-ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ without using existing functions.
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/luhn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Sum the digits
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ And its columns:
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/meetup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For example, if given "First Monday of January 2017", the correct meetup date is
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion exercises/minesweeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ into this:
Go through the setup instructions for ECMAScript to
install the necessary dependencies:

http://exercism.io/languages/ecmascript
http://exercism.io/languages/ecmascript/installation

## Requirements

Expand Down
Loading