trackler 2.2.1.55 → 2.2.1.56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/problem-specifications/CONTRIBUTING.md +1 -1
  4. data/problem-specifications/exercises/phone-number/description.md +1 -1
  5. data/tracks/clojure/config.json +9 -1
  6. data/tracks/clojure/exercises/complex-numbers/README.md +37 -0
  7. data/tracks/clojure/exercises/complex-numbers/project.clj +4 -0
  8. data/tracks/clojure/exercises/complex-numbers/src/complex_numbers.clj +17 -0
  9. data/tracks/clojure/exercises/complex-numbers/src/example.clj +20 -0
  10. data/tracks/clojure/exercises/complex-numbers/test/complex_numbers_test.clj +141 -0
  11. data/tracks/dart/exercises/hello-world/lib/example.dart +3 -1
  12. data/tracks/dart/exercises/hello-world/lib/hello_world.dart +1 -1
  13. data/tracks/dart/exercises/hello-world/test/hello_world_test.dart +2 -16
  14. data/tracks/dart/exercises/leap/test/leap_test.dart +1 -1
  15. data/tracks/dart/tool/create-exercise +35 -25
  16. data/tracks/ecmascript/config.json +13 -0
  17. data/tracks/ecmascript/exercises/accumulate/README.md +1 -1
  18. data/tracks/ecmascript/exercises/acronym/README.md +1 -1
  19. data/tracks/ecmascript/exercises/all-your-base/README.md +1 -1
  20. data/tracks/ecmascript/exercises/allergies/README.md +1 -1
  21. data/tracks/ecmascript/exercises/alphametics/README.md +1 -1
  22. data/tracks/ecmascript/exercises/anagram/README.md +1 -1
  23. data/tracks/ecmascript/exercises/atbash-cipher/README.md +1 -1
  24. data/tracks/ecmascript/exercises/beer-song/README.md +1 -1
  25. data/tracks/ecmascript/exercises/binary-search-tree/README.md +1 -1
  26. data/tracks/ecmascript/exercises/binary-search/README.md +1 -1
  27. data/tracks/ecmascript/exercises/binary/README.md +1 -1
  28. data/tracks/ecmascript/exercises/bob/README.md +1 -1
  29. data/tracks/ecmascript/exercises/bowling/README.md +1 -1
  30. data/tracks/ecmascript/exercises/bracket-push/README.md +1 -1
  31. data/tracks/ecmascript/exercises/change/README.md +1 -1
  32. data/tracks/ecmascript/exercises/circular-buffer/README.md +1 -1
  33. data/tracks/ecmascript/exercises/clock/README.md +1 -1
  34. data/tracks/ecmascript/exercises/collatz-conjecture/README.md +1 -1
  35. data/tracks/ecmascript/exercises/connect/README.md +1 -1
  36. data/tracks/ecmascript/exercises/crypto-square/README.md +1 -1
  37. data/tracks/ecmascript/exercises/custom-set/README.md +1 -1
  38. data/tracks/ecmascript/exercises/diamond/README.md +1 -1
  39. data/tracks/ecmascript/exercises/difference-of-squares/README.md +1 -1
  40. data/tracks/ecmascript/exercises/diffie-hellman/README.md +1 -1
  41. data/tracks/ecmascript/exercises/etl/README.md +1 -1
  42. data/tracks/ecmascript/exercises/flatten-array/README.md +1 -1
  43. data/tracks/ecmascript/exercises/food-chain/README.md +1 -1
  44. data/tracks/ecmascript/exercises/gigasecond/README.md +1 -1
  45. data/tracks/ecmascript/exercises/grade-school/README.md +1 -1
  46. data/tracks/ecmascript/exercises/grains/README.md +1 -1
  47. data/tracks/ecmascript/exercises/hamming/README.md +1 -1
  48. data/tracks/ecmascript/exercises/hello-world/README.md +1 -1
  49. data/tracks/ecmascript/exercises/hexadecimal/README.md +1 -1
  50. data/tracks/ecmascript/exercises/isbn-verifier/README.md +1 -1
  51. data/tracks/ecmascript/exercises/isogram/README.md +1 -1
  52. data/tracks/ecmascript/exercises/kindergarten-garden/README.md +1 -1
  53. data/tracks/ecmascript/exercises/largest-series-product/README.md +1 -1
  54. data/tracks/ecmascript/exercises/leap/README.md +1 -1
  55. data/tracks/ecmascript/exercises/linked-list/README.md +1 -1
  56. data/tracks/ecmascript/exercises/list-ops/README.md +1 -1
  57. data/tracks/ecmascript/exercises/luhn/README.md +1 -1
  58. data/tracks/ecmascript/exercises/matrix/README.md +1 -1
  59. data/tracks/ecmascript/exercises/meetup/README.md +1 -1
  60. data/tracks/ecmascript/exercises/minesweeper/README.md +1 -1
  61. data/tracks/ecmascript/exercises/nth-prime/README.md +1 -1
  62. data/tracks/ecmascript/exercises/ocr-numbers/README.md +1 -1
  63. data/tracks/ecmascript/exercises/octal/README.md +1 -1
  64. data/tracks/ecmascript/exercises/palindrome-products/README.md +1 -1
  65. data/tracks/ecmascript/exercises/pangram/README.md +1 -1
  66. data/tracks/ecmascript/exercises/pascals-triangle/README.md +1 -1
  67. data/tracks/ecmascript/exercises/perfect-numbers/README.md +1 -1
  68. data/tracks/ecmascript/exercises/phone-number/README.md +1 -1
  69. data/tracks/ecmascript/exercises/pig-latin/README.md +1 -1
  70. data/tracks/ecmascript/exercises/prime-factors/README.md +1 -1
  71. data/tracks/ecmascript/exercises/protein-translation/README.md +78 -0
  72. data/tracks/ecmascript/exercises/protein-translation/example.js +45 -0
  73. data/tracks/ecmascript/exercises/protein-translation/package.json +71 -0
  74. data/tracks/ecmascript/exercises/protein-translation/protein-translation.spec.js +59 -0
  75. data/tracks/ecmascript/exercises/proverb/README.md +1 -1
  76. data/tracks/ecmascript/exercises/pythagorean-triplet/README.md +1 -1
  77. data/tracks/ecmascript/exercises/queen-attack/README.md +1 -1
  78. data/tracks/ecmascript/exercises/raindrops/README.md +1 -1
  79. data/tracks/ecmascript/exercises/rna-transcription/README.md +1 -1
  80. data/tracks/ecmascript/exercises/robot-name/README.md +1 -1
  81. data/tracks/ecmascript/exercises/robot-simulator/README.md +1 -1
  82. data/tracks/ecmascript/exercises/roman-numerals/README.md +1 -1
  83. data/tracks/ecmascript/exercises/run-length-encoding/README.md +1 -1
  84. data/tracks/ecmascript/exercises/saddle-points/README.md +1 -1
  85. data/tracks/ecmascript/exercises/say/README.md +1 -1
  86. data/tracks/ecmascript/exercises/scrabble-score/README.md +1 -1
  87. data/tracks/ecmascript/exercises/secret-handshake/README.md +1 -1
  88. data/tracks/ecmascript/exercises/series/README.md +1 -1
  89. data/tracks/ecmascript/exercises/sieve/README.md +1 -1
  90. data/tracks/ecmascript/exercises/simple-cipher/README.md +1 -1
  91. data/tracks/ecmascript/exercises/simple-linked-list/README.md +1 -1
  92. data/tracks/ecmascript/exercises/space-age/README.md +1 -1
  93. data/tracks/ecmascript/exercises/strain/README.md +1 -1
  94. data/tracks/ecmascript/exercises/sublist/README.md +1 -1
  95. data/tracks/ecmascript/exercises/sum-of-multiples/README.md +1 -1
  96. data/tracks/ecmascript/exercises/transpose/README.md +1 -1
  97. data/tracks/ecmascript/exercises/triangle/README.md +1 -1
  98. data/tracks/ecmascript/exercises/trinary/README.md +1 -1
  99. data/tracks/ecmascript/exercises/twelve-days/README.md +1 -1
  100. data/tracks/ecmascript/exercises/two-bucket/README.md +1 -1
  101. data/tracks/ecmascript/exercises/two-fer/README.md +1 -1
  102. data/tracks/ecmascript/exercises/word-count/README.md +1 -1
  103. data/tracks/ecmascript/exercises/word-search/README.md +1 -1
  104. data/tracks/ecmascript/exercises/wordy/README.md +1 -1
  105. data/tracks/erlang/exercises/bob/src/bob.erl +4 -4
  106. data/tracks/erlang/exercises/bob/src/example.erl +30 -15
  107. data/tracks/erlang/exercises/bob/test/bob_tests.erl +84 -45
  108. data/tracks/erlang/exercises/collatz-conjecture/test/collatz_conjecture_tests.erl +2 -0
  109. data/tracks/erlang/exercises/hamming/src/example.erl +10 -10
  110. data/tracks/erlang/exercises/hamming/src/hamming.erl +4 -4
  111. data/tracks/erlang/exercises/hamming/test/hamming_tests.erl +54 -13
  112. data/tracks/erlang/exercises/hello-world/test/hello_world_tests.erl +2 -0
  113. data/tracks/erlang/exercises/leap/test/leap_tests.erl +2 -0
  114. data/tracks/erlang/exercises/rna-transcription/src/example.erl +6 -2
  115. data/tracks/erlang/exercises/rna-transcription/src/rna_transcription.erl +3 -3
  116. data/tracks/erlang/exercises/rna-transcription/test/rna_transcription_tests.erl +24 -14
  117. data/tracks/erlang/testgen/src/tgen.erl +1 -0
  118. data/tracks/erlang/testgen/src/tgen_bob.erl +29 -0
  119. data/tracks/erlang/testgen/src/tgen_hamming.erl +41 -0
  120. data/tracks/erlang/testgen/src/tgen_rna-transcription.erl +38 -0
  121. data/tracks/fsharp/exercises/etl/Etl.fs +2 -2
  122. data/tracks/fsharp/exercises/etl/EtlTest.fs +72 -29
  123. data/tracks/fsharp/exercises/etl/Example.fs +10 -5
  124. data/tracks/fsharp/exercises/nth-prime/NthPrimeTest.fs +1 -1
  125. data/tracks/fsharp/exercises/nucleotide-count/Example.fs +7 -3
  126. data/tracks/fsharp/exercises/nucleotide-count/NucleotideCount.fs +1 -3
  127. data/tracks/fsharp/exercises/nucleotide-count/NucleotideCountTest.fs +51 -33
  128. data/tracks/fsharp/generators/Generators.fs +48 -2
  129. data/tracks/gnu-apl/README.md +49 -14
  130. data/tracks/python/exercises/flatten-array/flatten_array_test.py +18 -11
  131. data/tracks/python/exercises/pig-latin/example.py +2 -1
  132. data/tracks/python/exercises/pig-latin/pig_latin_test.py +10 -4
  133. metadata +14 -2
@@ -13,7 +13,7 @@ like Portable Network Graphics to its acronym (PNG).
13
13
  Go through the setup instructions for ECMAScript to
14
14
  install the necessary dependencies:
15
15
 
16
- http://exercism.io/languages/ecmascript
16
+ http://exercism.io/languages/ecmascript/installation
17
17
 
18
18
  ## Requirements
19
19
 
@@ -36,7 +36,7 @@ I think you got the idea!
36
36
  Go through the setup instructions for ECMAScript to
37
37
  install the necessary dependencies:
38
38
 
39
- http://exercism.io/languages/ecmascript
39
+ http://exercism.io/languages/ecmascript/installation
40
40
 
41
41
  ## Requirements
42
42
 
@@ -35,7 +35,7 @@ score is 257, your program should only report the eggs (1) allergy.
35
35
  Go through the setup instructions for ECMAScript to
36
36
  install the necessary dependencies:
37
37
 
38
- http://exercism.io/languages/ecmascript
38
+ http://exercism.io/languages/ecmascript/installation
39
39
 
40
40
  ## Requirements
41
41
 
@@ -36,7 +36,7 @@ Write a function to solve alphametics puzzles.
36
36
  Go through the setup instructions for ECMAScript to
37
37
  install the necessary dependencies:
38
38
 
39
- http://exercism.io/languages/ecmascript
39
+ http://exercism.io/languages/ecmascript/installation
40
40
 
41
41
  ## Requirements
42
42
 
@@ -11,7 +11,7 @@ Given `"listen"` and a list of candidates like `"enlists" "google"
11
11
  Go through the setup instructions for ECMAScript to
12
12
  install the necessary dependencies:
13
13
 
14
- http://exercism.io/languages/ecmascript
14
+ http://exercism.io/languages/ecmascript/installation
15
15
 
16
16
  ## Requirements
17
17
 
@@ -32,7 +32,7 @@ things based on word boundaries.
32
32
  Go through the setup instructions for ECMAScript to
33
33
  install the necessary dependencies:
34
34
 
35
- http://exercism.io/languages/ecmascript
35
+ http://exercism.io/languages/ecmascript/installation
36
36
 
37
37
  ## Requirements
38
38
 
@@ -325,7 +325,7 @@ experiment make the code better? Worse? Did you learn anything from it?
325
325
  Go through the setup instructions for ECMAScript to
326
326
  install the necessary dependencies:
327
327
 
328
- http://exercism.io/languages/ecmascript
328
+ http://exercism.io/languages/ecmascript/installation
329
329
 
330
330
  ## Requirements
331
331
 
@@ -58,7 +58,7 @@ And if we then added 1, 5, and 7, it would look like this
58
58
  Go through the setup instructions for ECMAScript to
59
59
  install the necessary dependencies:
60
60
 
61
- http://exercism.io/languages/ecmascript
61
+ http://exercism.io/languages/ecmascript/installation
62
62
 
63
63
  ## Requirements
64
64
 
@@ -39,7 +39,7 @@ A binary search is a dichotomic divide and conquer search algorithm.
39
39
  Go through the setup instructions for ECMAScript to
40
40
  install the necessary dependencies:
41
41
 
42
- http://exercism.io/languages/ecmascript
42
+ http://exercism.io/languages/ecmascript/installation
43
43
 
44
44
  ## Requirements
45
45
 
@@ -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`.
33
33
  Go through the setup instructions for ECMAScript to
34
34
  install the necessary dependencies:
35
35
 
36
- http://exercism.io/languages/ecmascript
36
+ http://exercism.io/languages/ecmascript/installation
37
37
 
38
38
  ## Requirements
39
39
 
@@ -16,7 +16,7 @@ He answers 'Whatever.' to anything else.
16
16
  Go through the setup instructions for ECMAScript to
17
17
  install the necessary dependencies:
18
18
 
19
- http://exercism.io/languages/ecmascript
19
+ http://exercism.io/languages/ecmascript/installation
20
20
 
21
21
  ## Requirements
22
22
 
@@ -41,7 +41,7 @@ For a tenth frame of XXX (three strikes), the total value is 30.
41
41
  Go through the setup instructions for ECMAScript to
42
42
  install the necessary dependencies:
43
43
 
44
- http://exercism.io/languages/ecmascript
44
+ http://exercism.io/languages/ecmascript/installation
45
45
 
46
46
  ## Requirements
47
47
 
@@ -8,7 +8,7 @@ verify that all the pairs are matched and nested correctly.
8
8
  Go through the setup instructions for ECMAScript to
9
9
  install the necessary dependencies:
10
10
 
11
- http://exercism.io/languages/ecmascript
11
+ http://exercism.io/languages/ecmascript/installation
12
12
 
13
13
  ## Requirements
14
14
 
@@ -13,7 +13,7 @@ result is an array with the values: 1, 1, 10 and 25.
13
13
  Go through the setup instructions for ECMAScript to
14
14
  install the necessary dependencies:
15
15
 
16
- http://exercism.io/languages/ecmascript
16
+ http://exercism.io/languages/ecmascript/installation
17
17
 
18
18
  ## Requirements
19
19
 
@@ -48,7 +48,7 @@ buffer with:
48
48
  Go through the setup instructions for ECMAScript to
49
49
  install the necessary dependencies:
50
50
 
51
- http://exercism.io/languages/ecmascript
51
+ http://exercism.io/languages/ecmascript/installation
52
52
 
53
53
  ## Requirements
54
54
 
@@ -11,7 +11,7 @@ Two clocks that represent the same time should be equal to each other.
11
11
  Go through the setup instructions for ECMAScript to
12
12
  install the necessary dependencies:
13
13
 
14
- http://exercism.io/languages/ecmascript
14
+ http://exercism.io/languages/ecmascript/installation
15
15
 
16
16
  ## Requirements
17
17
 
@@ -30,7 +30,7 @@ Resulting in 9 steps. So for input n = 12, the return value would be 9.
30
30
  Go through the setup instructions for ECMAScript to
31
31
  install the necessary dependencies:
32
32
 
33
- [http://exercism.io/languages/ecmascript](http://exercism.io/languages/ecmascript)
33
+ http://exercism.io/languages/ecmascript/installation
34
34
 
35
35
  ## Requirements
36
36
 
@@ -35,7 +35,7 @@ won since `O` didn't connect top and bottom.
35
35
  Go through the setup instructions for ECMAScript to
36
36
  install the necessary dependencies:
37
37
 
38
- http://exercism.io/languages/ecmascript
38
+ http://exercism.io/languages/ecmascript/installation
39
39
 
40
40
  ## Requirements
41
41
 
@@ -72,7 +72,7 @@ sseoau
72
72
  Go through the setup instructions for ECMAScript to
73
73
  install the necessary dependencies:
74
74
 
75
- http://exercism.io/languages/ecmascript
75
+ http://exercism.io/languages/ecmascript/installation
76
76
 
77
77
  ## Requirements
78
78
 
@@ -12,7 +12,7 @@ unique elements.
12
12
  Go through the setup instructions for ECMAScript to
13
13
  install the necessary dependencies:
14
14
 
15
- http://exercism.io/languages/ecmascript
15
+ http://exercism.io/languages/ecmascript/installation
16
16
 
17
17
  ## Requirements
18
18
 
@@ -57,7 +57,7 @@ E·······E
57
57
  Go through the setup instructions for ECMAScript to
58
58
  install the necessary dependencies:
59
59
 
60
- http://exercism.io/languages/ecmascript
60
+ http://exercism.io/languages/ecmascript/installation
61
61
 
62
62
  ## Requirements
63
63
 
@@ -17,7 +17,7 @@ natural numbers is 3025 - 385 = 2640.
17
17
  Go through the setup instructions for ECMAScript to
18
18
  install the necessary dependencies:
19
19
 
20
- http://exercism.io/languages/ecmascript
20
+ http://exercism.io/languages/ecmascript/installation
21
21
 
22
22
  ## Requirements
23
23
 
@@ -42,7 +42,7 @@ secret s.
42
42
  Go through the setup instructions for ECMAScript to
43
43
  install the necessary dependencies:
44
44
 
45
- http://exercism.io/languages/ecmascript
45
+ http://exercism.io/languages/ecmascript/installation
46
46
 
47
47
  ## Requirements
48
48
 
@@ -49,7 +49,7 @@ game while being scored at 4 in the Hawaiian-language version.
49
49
  Go through the setup instructions for ECMAScript to
50
50
  install the necessary dependencies:
51
51
 
52
- http://exercism.io/languages/ecmascript
52
+ http://exercism.io/languages/ecmascript/installation
53
53
 
54
54
  ## Requirements
55
55
 
@@ -16,7 +16,7 @@ output: [1,2,3,4,5]
16
16
  Go through the setup instructions for ECMAScript to
17
17
  install the necessary dependencies:
18
18
 
19
- http://exercism.io/languages/ecmascript
19
+ http://exercism.io/languages/ecmascript/installation
20
20
 
21
21
  ## Requirements
22
22
 
@@ -68,7 +68,7 @@ She's dead, of course!
68
68
  Go through the setup instructions for ECMAScript to
69
69
  install the necessary dependencies:
70
70
 
71
- http://exercism.io/languages/ecmascript
71
+ http://exercism.io/languages/ecmascript/installation
72
72
 
73
73
  ## Requirements
74
74
 
@@ -9,7 +9,7 @@ A gigasecond is 10^9 (1,000,000,000) seconds.
9
9
  Go through the setup instructions for ECMAScript to
10
10
  install the necessary dependencies:
11
11
 
12
- http://exercism.io/languages/ecmascript
12
+ http://exercism.io/languages/ecmascript/installation
13
13
 
14
14
  ## Requirements
15
15
 
@@ -40,7 +40,7 @@ experiment make the code better? Worse? Did you learn anything from it?
40
40
  Go through the setup instructions for ECMAScript to
41
41
  install the necessary dependencies:
42
42
 
43
- http://exercism.io/languages/ecmascript
43
+ http://exercism.io/languages/ecmascript/installation
44
44
 
45
45
  ## Requirements
46
46
 
@@ -32,7 +32,7 @@ experiment make the code better? Worse? Did you learn anything from it?
32
32
  Go through the setup instructions for ECMAScript to
33
33
  install the necessary dependencies:
34
34
 
35
- http://exercism.io/languages/ecmascript
35
+ http://exercism.io/languages/ecmascript/installation
36
36
 
37
37
  ## Requirements
38
38
 
@@ -40,7 +40,7 @@ of equal length differently.
40
40
  Go through the setup instructions for ECMAScript to
41
41
  install the necessary dependencies:
42
42
 
43
- http://exercism.io/languages/ecmascript
43
+ http://exercism.io/languages/ecmascript/installation
44
44
 
45
45
  ## Requirements
46
46
 
@@ -19,7 +19,7 @@ If everything goes well, you will be ready to fetch your first real exercise.
19
19
  Go through the setup instructions for ECMAScript to
20
20
  install the necessary dependencies:
21
21
 
22
- http://exercism.io/languages/ecmascript
22
+ http://exercism.io/languages/ecmascript/installation
23
23
 
24
24
  ## Requirements
25
25
 
@@ -12,7 +12,7 @@ The program should handle invalid hexadecimal strings.
12
12
  Go through the setup instructions for ECMAScript to
13
13
  install the necessary dependencies:
14
14
 
15
- http://exercism.io/languages/ecmascript
15
+ http://exercism.io/languages/ecmascript/installation
16
16
 
17
17
  ## Requirements
18
18
 
@@ -30,7 +30,7 @@ Which proves that the ISBN is valid.
30
30
  Go through the setup instructions for ECMAScript to
31
31
  install the necessary dependencies:
32
32
 
33
- http://exercism.io/languages/ecmascript
33
+ http://exercism.io/languages/ecmascript/installation
34
34
 
35
35
  ## Requirements
36
36
 
@@ -17,7 +17,7 @@ The word *isograms*, however, is not an isogram, because the s repeats.
17
17
  Go through the setup instructions for ECMAScript to
18
18
  install the necessary dependencies:
19
19
 
20
- http://exercism.io/languages/ecmascript
20
+ http://exercism.io/languages/ecmascript/installation
21
21
 
22
22
  ## Requirements
23
23
 
@@ -64,7 +64,7 @@ While asking for Bob's plants would yield:
64
64
  Go through the setup instructions for ECMAScript to
65
65
  install the necessary dependencies:
66
66
 
67
- http://exercism.io/languages/ecmascript
67
+ http://exercism.io/languages/ecmascript/installation
68
68
 
69
69
  ## Requirements
70
70
 
@@ -18,7 +18,7 @@ the largest product for a series of 6 digits is 23520.
18
18
  Go through the setup instructions for ECMAScript to
19
19
  install the necessary dependencies:
20
20
 
21
- http://exercism.io/languages/ecmascript
21
+ http://exercism.io/languages/ecmascript/installation
22
22
 
23
23
  ## Requirements
24
24
 
@@ -31,7 +31,7 @@ phenomenon, go watch [this youtube video][video].
31
31
  Go through the setup instructions for ECMAScript to
32
32
  install the necessary dependencies:
33
33
 
34
- http://exercism.io/languages/ecmascript
34
+ http://exercism.io/languages/ecmascript/installation
35
35
 
36
36
  ## Requirements
37
37
 
@@ -32,7 +32,7 @@ If you want to know more about linked lists, check [Wikipedia](https://en.wikipe
32
32
  Go through the setup instructions for ECMAScript to
33
33
  install the necessary dependencies:
34
34
 
35
- http://exercism.io/languages/ecmascript
35
+ http://exercism.io/languages/ecmascript/installation
36
36
 
37
37
  ## Requirements
38
38
 
@@ -11,7 +11,7 @@ without using existing functions.
11
11
  Go through the setup instructions for ECMAScript to
12
12
  install the necessary dependencies:
13
13
 
14
- http://exercism.io/languages/ecmascript
14
+ http://exercism.io/languages/ecmascript/installation
15
15
 
16
16
  ## Requirements
17
17
 
@@ -69,7 +69,7 @@ Sum the digits
69
69
  Go through the setup instructions for ECMAScript to
70
70
  install the necessary dependencies:
71
71
 
72
- http://exercism.io/languages/ecmascript
72
+ http://exercism.io/languages/ecmascript/installation
73
73
 
74
74
  ## Requirements
75
75
 
@@ -43,7 +43,7 @@ And its columns:
43
43
  Go through the setup instructions for ECMAScript to
44
44
  install the necessary dependencies:
45
45
 
46
- http://exercism.io/languages/ecmascript
46
+ http://exercism.io/languages/ecmascript/installation
47
47
 
48
48
  ## Requirements
49
49
 
@@ -28,7 +28,7 @@ For example, if given "First Monday of January 2017", the correct meetup date is
28
28
  Go through the setup instructions for ECMAScript to
29
29
  install the necessary dependencies:
30
30
 
31
- http://exercism.io/languages/ecmascript
31
+ http://exercism.io/languages/ecmascript/installation
32
32
 
33
33
  ## Requirements
34
34
 
@@ -31,7 +31,7 @@ into this:
31
31
  Go through the setup instructions for ECMAScript to
32
32
  install the necessary dependencies:
33
33
 
34
- http://exercism.io/languages/ecmascript
34
+ http://exercism.io/languages/ecmascript/installation
35
35
 
36
36
  ## Requirements
37
37
 
@@ -13,7 +13,7 @@ numbers, pretend they don't exist and implement them yourself.
13
13
  Go through the setup instructions for ECMAScript to
14
14
  install the necessary dependencies:
15
15
 
16
- http://exercism.io/languages/ecmascript
16
+ http://exercism.io/languages/ecmascript/installation
17
17
 
18
18
  ## Requirements
19
19
 
@@ -83,7 +83,7 @@ Is converted to "123,456,789"
83
83
  Go through the setup instructions for ECMAScript to
84
84
  install the necessary dependencies:
85
85
 
86
- http://exercism.io/languages/ecmascript
86
+ http://exercism.io/languages/ecmascript/installation
87
87
 
88
88
  ## Requirements
89
89
 
@@ -47,7 +47,7 @@ So:
47
47
  Go through the setup instructions for ECMAScript to
48
48
  install the necessary dependencies:
49
49
 
50
- http://exercism.io/languages/ecmascript
50
+ http://exercism.io/languages/ecmascript/installation
51
51
 
52
52
  ## Requirements
53
53