diff --git a/concepts/enumerables/about.md b/concepts/enumerables/about.md new file mode 100644 index 0000000000..9d42dd554f --- /dev/null +++ b/concepts/enumerables/about.md @@ -0,0 +1 @@ +TODO: complete document \ No newline at end of file diff --git a/concepts/enumerables/introduction.md b/concepts/enumerables/introduction.md new file mode 100644 index 0000000000..9d42dd554f --- /dev/null +++ b/concepts/enumerables/introduction.md @@ -0,0 +1 @@ +TODO: complete document \ No newline at end of file diff --git a/concepts/enumerables/links.json b/concepts/enumerables/links.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/concepts/enumerables/links.json @@ -0,0 +1 @@ +[] diff --git a/concepts/lambdas/about.md b/concepts/lambdas/about.md new file mode 100644 index 0000000000..9d42dd554f --- /dev/null +++ b/concepts/lambdas/about.md @@ -0,0 +1 @@ +TODO: complete document \ No newline at end of file diff --git a/concepts/lambdas/introduction.md b/concepts/lambdas/introduction.md new file mode 100644 index 0000000000..9d42dd554f --- /dev/null +++ b/concepts/lambdas/introduction.md @@ -0,0 +1 @@ +TODO: complete document \ No newline at end of file diff --git a/concepts/lambdas/links.json b/concepts/lambdas/links.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/concepts/lambdas/links.json @@ -0,0 +1 @@ +[] diff --git a/concepts/math-operators/about.md b/concepts/math-operators/about.md new file mode 100644 index 0000000000..9d42dd554f --- /dev/null +++ b/concepts/math-operators/about.md @@ -0,0 +1 @@ +TODO: complete document \ No newline at end of file diff --git a/concepts/math-operators/introduction.md b/concepts/math-operators/introduction.md new file mode 100644 index 0000000000..9d42dd554f --- /dev/null +++ b/concepts/math-operators/introduction.md @@ -0,0 +1 @@ +TODO: complete document \ No newline at end of file diff --git a/concepts/math-operators/links.json b/concepts/math-operators/links.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/concepts/math-operators/links.json @@ -0,0 +1 @@ +[] diff --git a/config.json b/config.json index 98fedea15e..6b97bbdd09 100644 --- a/config.json +++ b/config.json @@ -641,8 +641,8 @@ "slug": "two-fer", "name": "Two Fer", "uuid": "57f02d0e-7b75-473b-892d-26a7d980c4ce", - "practices": [], - "prerequisites": [], + "practices": ["optional-parameters", "string-interpolation"], + "prerequisites": ["optional-parameters", "string-interpolation"], "difficulty": 1, "topics": [ "optional_values", @@ -653,8 +653,8 @@ "slug": "leap", "name": "Leap", "uuid": "8ba15933-29a2-49b1-a9ce-70474bad3007", - "practices": [], - "prerequisites": [], + "practices": ["math-operators", "if-statements"], + "prerequisites": ["math-operators", "if-statements", "numbers"], "difficulty": 1, "topics": [ "conditionals", @@ -1059,8 +1059,8 @@ "slug": "accumulate", "name": "Accumulate", "uuid": "3c0563dc-665a-45b4-9b29-f133e235efd0", - "practices": [], - "prerequisites": [], + "practices": ["lambdas", "foreach", "yield"], + "prerequisites": ["lambdas", "generic-types", "foreach", "enumerables", "extension-methods"], "difficulty": 2, "topics": [ "extension_methods",