refactor(curriculum): remove unused solutions (#55114)

This commit is contained in:
Oliver Eyton-Williams
2024-06-10 07:50:40 +02:00
committed by GitHub
parent a9d430f9e6
commit f1f90f9415
108 changed files with 0 additions and 979 deletions
@@ -610,13 +610,3 @@ async (getUserInput) => {
}
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -75,12 +75,3 @@ async (getUserInput) => {
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -64,12 +64,3 @@ A request to `/api/whoami` should return a JSON object with your software in the
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -143,12 +143,3 @@ An empty date parameter should return the current time in a JSON object with a `
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -106,12 +106,3 @@ async (getUserInput) => {
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -68,12 +68,3 @@ The `/now` endpoint should return the current time.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -67,12 +67,3 @@ Test 2 : Your API endpoint should respond with the correct name
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -56,12 +56,3 @@ Test 2 : Your API endpoint should respond with `{ "name": "Keith Richards" }` wh
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -54,12 +54,3 @@ Test 2 : Your echo server should repeat words correctly
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -46,12 +46,3 @@ Root level logger middleware should be active
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -48,12 +48,3 @@ Modify the `myApp.js` file to log "Hello World" to the console.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -40,12 +40,3 @@ Your app should serve the file views/index.html
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -36,12 +36,3 @@ The endpoint `/json` should serve the JSON object `{"message": "Hello json"}`
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -62,12 +62,3 @@ Your app should not serve files from any other folders except from `/public` dir
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -46,12 +46,3 @@ Your app should serve the string 'Hello Express'
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -52,12 +52,3 @@ The 'body-parser' middleware should be mounted
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -41,12 +41,3 @@ The response of the endpoint `/json` should change according to the environment
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -41,12 +41,3 @@ package.json should have a valid "description" key
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -37,12 +37,3 @@ package.json should have a valid "license" key
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -35,12 +35,3 @@ package.json should have a valid "version" key
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -73,12 +73,3 @@ package.json should have a valid "keywords" key
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -66,12 +66,3 @@ Add version `1.1.0` of the `@freecodecamp/example` package to the `dependencies`
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -51,12 +51,3 @@ If you are using Gitpod, make sure the app is running and the preview window is
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -62,12 +62,3 @@ In the dependencies section of your `package.json` file, change the version of `
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -41,12 +41,3 @@ Remove the `@freecodecamp/example` package from your dependencies.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -64,12 +64,3 @@ Use the caret (`^`) to prefix the version of `@freecodecamp/example` in your dep
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -64,12 +64,3 @@ Use the tilde (`~`) character to prefix the version of `@freecodecamp/example` i
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -65,12 +65,3 @@ Chaining query helpers should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -73,12 +73,3 @@ Creating an instance from a mongoose schema should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -45,12 +45,3 @@ Creating and saving a db item should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -57,12 +57,3 @@ Creating many db items at once should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -46,12 +46,3 @@ Deleting many items at once should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -42,12 +42,3 @@ Deleting an item should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -64,12 +64,3 @@ mongoose.connect(<Your URI>, { useNewUrlParser: true, useUnifiedTopology: true }
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -43,12 +43,3 @@ Find-edit-update an item should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -47,12 +47,3 @@ findOneAndUpdate an item should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -42,12 +42,3 @@ Find all items corresponding to a criteria should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -37,12 +37,3 @@ Find an item by Id should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -40,12 +40,3 @@ Find one item should succeed
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -74,12 +74,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -80,12 +80,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -129,12 +129,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -50,12 +50,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -87,12 +87,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -72,12 +72,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -52,12 +52,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -68,12 +68,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -45,12 +45,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -64,12 +64,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -74,12 +74,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -94,13 +94,3 @@ async (getUserInput) => {
);
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -67,12 +67,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -97,12 +97,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -64,12 +64,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -200,12 +200,3 @@ Profile should no longer work after logout.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -62,12 +62,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -125,12 +125,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -101,12 +101,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -100,12 +100,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -121,12 +121,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -71,12 +71,3 @@ async (getUserInput) => {
}
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -68,12 +68,3 @@ You should choose the correct method for the second assertion - `deepEqual` vs.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -98,12 +98,3 @@ You should choose the correct method for the fourth assertion - `isAbove` vs. `i
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -62,12 +62,3 @@ You should choose the correct method for the second assertion - `isNull` vs. `is
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -138,12 +138,3 @@ You should test for `res.body.surname` to be `'Colombo'`.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -115,12 +115,3 @@ You should test for `res.body.surname` to be `'da Verrazzano'`
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -64,12 +64,3 @@ You should test for `res.text` == `'hello <your_name>'`
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -94,12 +94,3 @@ You should test for `res.text` == `'hello Guest'`
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -104,12 +104,3 @@ You should assert that the element `span#dates` exist and its count is 1.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -137,12 +137,3 @@ You should assert that the element `span#dates` exist and its count is 1.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -61,12 +61,3 @@ All tests should pass.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -90,12 +90,3 @@ You should choose the correct method for the third assertion - `isTrue` vs. `isN
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -68,12 +68,3 @@ You should choose the correct method for the second assertion - `include` vs. `n
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -76,12 +76,3 @@ You should choose the correct range for the second assertion - `approximately(ac
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -82,12 +82,3 @@ You should choose the correct method for the third assertion - `isString` vs. `i
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -66,12 +66,3 @@ You should choose the correct method for the second assertion - `isArray` vs. `i
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -122,12 +122,3 @@ You should choose the correct method for the fifth assertion - `typeOf` vs. `not
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -84,12 +84,3 @@ You should choose the correct method for the third assertion - `isDefined` vs. `
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -66,12 +66,3 @@ You should choose the correct method for the second assertion - `include` vs. `n
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -82,12 +82,3 @@ You should choose the correct method for the third assertion - `property` vs. `n
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -104,12 +104,3 @@ You should choose the correct method for the fourth assertion - `instanceOf` vs.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -98,12 +98,3 @@ You should choose the correct method for the fourth assertion - `isBelow` vs. `i
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -76,12 +76,3 @@ You should choose the correct method for the third assertion - `isOk` vs. `isNot
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -68,12 +68,3 @@ You should choose the correct method for the second assertion - `match` vs. `not
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -100,12 +100,3 @@ You should choose the correct method for the fourth assertion - `equal` vs. `not
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -100,12 +100,3 @@ You should choose the correct method for the fourth assertion - `strictEqual` vs
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -323,13 +323,3 @@ async (getUserInput) => {
}
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -356,12 +356,3 @@ async (getUserInput) => {
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -307,12 +307,3 @@ async getUserInput => {
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -207,13 +207,3 @@ async (getUserInput) => {
}
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -393,13 +393,3 @@ async (getUserInput) => {
}
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -380,12 +380,3 @@ async (getUserInput) => {
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -172,13 +172,3 @@ async (getUserInput) => {
assert.equal(parsed.headers['x-powered-by'], 'PHP 7.4.3');
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -123,12 +123,3 @@ async (getUserInput) => {
};
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -52,12 +52,3 @@ maxAge should be equal to 7776000 s (90 days)
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -31,12 +31,3 @@ helmet.noSniff() middleware should be mounted correctly
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -39,12 +39,3 @@ no tests - it's a descriptive challenge
assert(true);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -36,12 +36,3 @@ helmet.noCache() middleware should be mounted correctly
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -33,12 +33,3 @@ helmet.dnsPrefetchControl() middleware should be mounted correctly
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```
@@ -70,12 +70,3 @@ Async hash should be generated and correctly compared.
);
```
# --solutions--
```js
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/
```

Some files were not shown because too many files have changed in this diff Show More