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
@@ -38,7 +38,7 @@ The largest palindrome product is `9009`. It's factors are `(91, 99)` and `(99,
38
38
  Go through the setup instructions for ECMAScript to
39
39
  install the necessary dependencies:
40
40
 
41
- http://exercism.io/languages/ecmascript
41
+ http://exercism.io/languages/ecmascript/installation
42
42
 
43
43
  ## Requirements
44
44
 
@@ -13,7 +13,7 @@ insensitive. Input will not contain non-ASCII symbols.
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
 
@@ -19,7 +19,7 @@ the right and left of the current position in the previous row.
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
 
@@ -22,7 +22,7 @@ Implement a way to determine whether a given number is **perfect**. Depending on
22
22
  Go through the setup instructions for ECMAScript to
23
23
  install the necessary dependencies:
24
24
 
25
- http://exercism.io/languages/ecmascript
25
+ http://exercism.io/languages/ecmascript/installation
26
26
 
27
27
  ## Requirements
28
28
 
@@ -32,7 +32,7 @@ should all produce the output
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
 
@@ -22,7 +22,7 @@ See <http://en.wikipedia.org/wiki/Pig_latin> for more details.
22
22
  Go through the setup instructions for ECMAScript to
23
23
  install the necessary dependencies:
24
24
 
25
- http://exercism.io/languages/ecmascript
25
+ http://exercism.io/languages/ecmascript/installation
26
26
 
27
27
  ## Requirements
28
28
 
@@ -34,7 +34,7 @@ You can check this yourself:
34
34
  Go through the setup instructions for ECMAScript to
35
35
  install the necessary dependencies:
36
36
 
37
- http://exercism.io/languages/ecmascript
37
+ http://exercism.io/languages/ecmascript/installation
38
38
 
39
39
  ## Requirements
40
40
 
@@ -0,0 +1,78 @@
1
+ # Protein Translation
2
+
3
+ Translate RNA sequences into proteins.
4
+
5
+ RNA can be broken into three nucleotide sequences called codons, and then translated to a polypeptide like so:
6
+
7
+ RNA: `"AUGUUUUCU"` => translates to
8
+
9
+ Codons: `"AUG", "UUU", "UCU"`
10
+ => which become a polypeptide with the following sequence =>
11
+
12
+ Protein: `"Methionine", "Phenylalanine", "Serine"`
13
+
14
+ There are 64 codons which in turn correspond to 20 amino acids; however, all of the codon sequences and resulting amino acids are not important in this exercise. If it works for one codon, the program should work for all of them.
15
+ However, feel free to expand the list in the test suite to include them all.
16
+
17
+ There are also four terminating codons (also known as 'STOP' codons); if any of these codons are encountered (by the ribosome), all translation ends and the protein is terminated.
18
+
19
+ All subsequent codons after are ignored, like this:
20
+
21
+ RNA: `"AUGUUUUCUUAAAUG"` =>
22
+
23
+ Codons: `"AUG", "UUU", "UCU", "UAG", "AUG"` =>
24
+
25
+ Protein: `"Methionine", "Phenylalanine", "Serine"`
26
+
27
+ Note the stop codon terminates the translation and the final methionine is not translated into the protein sequence.
28
+
29
+ Below are the codons and resulting Amino Acids needed for the exercise.
30
+
31
+ Codon | Protein
32
+ :--- | :---
33
+ AUG | Methionine
34
+ UUU, UUC | Phenylalanine
35
+ UUA, UUG | Leucine
36
+ UCU, UCC, UCA, UCG | Serine
37
+ UAU, UAC | Tyrosine
38
+ UGU, UGC | Cysteine
39
+ UGG | Tryptophan
40
+ UAA, UAG, UGA | STOP
41
+
42
+
43
+ Learn more about [protein translation on Wikipedia](http://en.wikipedia.org/wiki/Translation_(biology))
44
+
45
+ ## Setup
46
+
47
+ Go through the setup instructions for ECMAScript to
48
+ install the necessary dependencies:
49
+
50
+ http://exercism.io/languages/ecmascript/installation
51
+
52
+ ## Requirements
53
+
54
+ Install assignment dependencies:
55
+
56
+ ```bash
57
+ $ npm install
58
+ ```
59
+
60
+ ## Making the Test Suite Pass
61
+
62
+ Execute the tests with:
63
+
64
+ ```bash
65
+ $ npm test
66
+ ```
67
+
68
+ In the test suite, all tests but the first have been skipped.
69
+
70
+ Once you get a test passing, you can enable the next one by
71
+ changing `xtest` to `test`.
72
+
73
+ ## Source
74
+
75
+ Tyler Long
76
+
77
+ ## Submitting Incomplete Solutions
78
+ It's possible to submit an incomplete solution so you can see how others have completed the exercise.
@@ -0,0 +1,45 @@
1
+ const ACID_PROTEIN_MAP = {
2
+ AUG: 'Methionine',
3
+ UUU: 'Phenylalanine',
4
+ UUC: 'Phenylalanine',
5
+ UUA: 'Leucine',
6
+ UUG: 'Leucine',
7
+ UCU: 'Serine',
8
+ UCC: 'Serine',
9
+ UCA: 'Serine',
10
+ UCG: 'Serine',
11
+ UAU: 'Tyrosine',
12
+ UAC: 'Tyrosine',
13
+ UGU: 'Cysteine',
14
+ UGC: 'Cysteine',
15
+ UGG: 'Tryptophan',
16
+ UAA: 'STOP',
17
+ UAG: 'STOP',
18
+ UGA: 'STOP',
19
+ };
20
+
21
+ const getProtein = codon => ACID_PROTEIN_MAP[codon] || 'INVALID';
22
+
23
+ export default function translate(rnaStrand) {
24
+ const proteins = [];
25
+
26
+ if (rnaStrand) {
27
+ for (let i = 0; i < rnaStrand.length; i += 3) {
28
+ const protein = getProtein(rnaStrand.substring(i, i + 3));
29
+
30
+ if (protein) {
31
+ if (protein === 'STOP') {
32
+ break;
33
+ }
34
+
35
+ if (protein === 'INVALID') {
36
+ throw new Error('Invalid codon');
37
+ }
38
+
39
+ proteins.push(protein);
40
+ }
41
+ }
42
+ }
43
+
44
+ return proteins;
45
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "name": "xecmascript",
3
+ "version": "0.0.0",
4
+ "description": "Exercism exercises in ECMAScript 6.",
5
+ "author": "Katrina Owen",
6
+ "private": true,
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/exercism/xecmascript"
10
+ },
11
+ "devDependencies": {
12
+ "babel-jest": "^20.0.3",
13
+ "babel-plugin-transform-builtin-extend": "^1.1.2",
14
+ "babel-preset-env": "^1.4.0",
15
+ "eslint": "^3.19.0",
16
+ "eslint-config-airbnb": "^15.0.1",
17
+ "eslint-plugin-import": "^2.2.0",
18
+ "eslint-plugin-jsx-a11y": "^5.0.1",
19
+ "eslint-plugin-react": "^7.0.1",
20
+ "jest": "^20.0.4"
21
+ },
22
+ "jest": {
23
+ "modulePathIgnorePatterns": [
24
+ "package.json"
25
+ ]
26
+ },
27
+ "babel": {
28
+ "presets": [
29
+ "env"
30
+ ],
31
+ "plugins": [
32
+ [
33
+ "babel-plugin-transform-builtin-extend",
34
+ {
35
+ "globals": [
36
+ "Error"
37
+ ]
38
+ }
39
+ ],
40
+ [
41
+ "transform-regenerator"
42
+ ]
43
+ ]
44
+ },
45
+ "scripts": {
46
+ "test": "jest --no-cache ./*",
47
+ "watch": "jest --no-cache --watch ./*",
48
+ "lint": "eslint .",
49
+ "lint-test": "eslint . && jest --no-cache ./* "
50
+ },
51
+ "eslintConfig": {
52
+ "parserOptions": {
53
+ "ecmaVersion": 6,
54
+ "sourceType": "module"
55
+ },
56
+ "env": {
57
+ "es6": true,
58
+ "node": true,
59
+ "jest": true
60
+ },
61
+ "extends": "airbnb",
62
+ "rules": {
63
+ "import/no-unresolved": "off",
64
+ "import/extensions": "off"
65
+ }
66
+ },
67
+ "licenses": [
68
+ "MIT"
69
+ ],
70
+ "dependencies": {}
71
+ }
@@ -0,0 +1,59 @@
1
+ import translate from './protein-translation';
2
+
3
+ describe('ProteinTranslation', () => {
4
+ test('Empty RNA has no proteins', () => {
5
+ expect(translate()).toEqual([]);
6
+ });
7
+
8
+ xtest('Methionine codon translates into protein', () => {
9
+ expect(translate('AUG')).toEqual(['Methionine']);
10
+ });
11
+
12
+ xtest('Phenylalanine codons translate into protein', () => {
13
+ expect(translate('UUUUUC')).toEqual(['Phenylalanine', 'Phenylalanine']);
14
+ });
15
+
16
+ xtest('Leucine codons translate into protein', () => {
17
+ expect(translate('UUAUUG')).toEqual(['Leucine', 'Leucine']);
18
+ });
19
+
20
+ xtest('Serine codons translate into protein', () => {
21
+ expect(translate('UCUUCCUCAUCG')).toEqual(['Serine', 'Serine', 'Serine', 'Serine']);
22
+ });
23
+
24
+ xtest('Tyrosine codons translate into protein', () => {
25
+ expect(translate('UAUUAC')).toEqual(['Tyrosine', 'Tyrosine']);
26
+ });
27
+
28
+ xtest('Cysteine codons translate into protein', () => {
29
+ expect(translate('UGUUGC')).toEqual(['Cysteine', 'Cysteine']);
30
+ });
31
+
32
+ xtest('Tryptophan codon translates into protein', () => {
33
+ expect(translate('UGG')).toEqual(['Tryptophan']);
34
+ });
35
+
36
+ xtest('Sequence starts with stop codon 1', () => {
37
+ expect(translate('UAAUUUUUA')).toEqual([]);
38
+ });
39
+
40
+ xtest('Sequence starts with stop codon 2', () => {
41
+ expect(translate('UAGAUGUAU')).toEqual([]);
42
+ });
43
+
44
+ xtest('Sequence starts with stop codon 3', () => {
45
+ expect(translate('UGAUGU')).toEqual([]);
46
+ });
47
+
48
+ xtest('Small RNA strand', () => {
49
+ expect(translate('AUGUUUUCU')).toEqual(['Methionine', 'Phenylalanine', 'Serine']);
50
+ });
51
+
52
+ xtest('Stop codon ends translation', () => {
53
+ expect(translate('AUGUUUUCUUAAAUG')).toEqual(['Methionine', 'Phenylalanine', 'Serine']);
54
+ });
55
+
56
+ xtest('Invalid codon throws error', () => {
57
+ expect(() => translate('LOL')).toThrow(new Error('Invalid codon'));
58
+ });
59
+ });
@@ -32,7 +32,7 @@ Given the nouns, "nail", "shoe", "horse", "rider", "message", and a qualifier "
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
 
@@ -22,7 +22,7 @@ Find the product a * b * c.
22
22
  Go through the setup instructions for ECMAScript to
23
23
  install the necessary dependencies:
24
24
 
25
- http://exercism.io/languages/ecmascript
25
+ http://exercism.io/languages/ecmascript/installation
26
26
 
27
27
  ## Requirements
28
28
 
@@ -31,7 +31,7 @@ share a diagonal.
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
 
@@ -22,7 +22,7 @@ Convert a number to a string, the contents of which depend on the number's facto
22
22
  Go through the setup instructions for ECMAScript to
23
23
  install the necessary dependencies:
24
24
 
25
- http://exercism.io/languages/ecmascript
25
+ http://exercism.io/languages/ecmascript/installation
26
26
 
27
27
  ## Requirements
28
28
 
@@ -23,7 +23,7 @@ each nucleotide with its complement:
23
23
  Go through the setup instructions for ECMAScript to
24
24
  install the necessary dependencies:
25
25
 
26
- http://exercism.io/languages/ecmascript
26
+ http://exercism.io/languages/ecmascript/installation
27
27
 
28
28
  ## Requirements
29
29
 
@@ -20,7 +20,7 @@ every existing robot has a unique name.
20
20
  Go through the setup instructions for ECMAScript to
21
21
  install the necessary dependencies:
22
22
 
23
- http://exercism.io/languages/ecmascript
23
+ http://exercism.io/languages/ecmascript/installation
24
24
 
25
25
  ## Requirements
26
26
 
@@ -32,7 +32,7 @@ direction it is pointing.
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
 
@@ -47,7 +47,7 @@ See also: http://www.novaroma.org/via_romana/numbers.html
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
 
@@ -28,7 +28,7 @@ be decoded will always represent the count for the following character.
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 @@ but the tests for this exercise follow the above unambiguous definition.
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
 
@@ -67,7 +67,7 @@ Use _and_ (correctly) when spelling out the number in English:
67
67
  Go through the setup instructions for ECMAScript to
68
68
  install the necessary dependencies:
69
69
 
70
- http://exercism.io/languages/ecmascript
70
+ http://exercism.io/languages/ecmascript/installation
71
71
 
72
72
  ## Requirements
73
73
 
@@ -42,7 +42,7 @@ And to total:
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
 
@@ -33,7 +33,7 @@ has caused the array to be reversed.
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