fix(curriculum): removed solution required comment from 6 challenges (#38339)

* fix: removed solution required comments

* fix: fixed two more challenge soltuions with solution required comment

* fix: remove debugging code

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Randell Dawson
2020-03-09 05:58:46 -07:00
committed by GitHub
parent 9252f96566
commit c401fc7f83
8 changed files with 0 additions and 9 deletions

View File

@ -74,7 +74,6 @@ const tea4TeamFCC = null;
<section id='solution'>
```js
// solution required
const prepareTea = () => 'greenTea';
const getTea = (numOfCups) => {

View File

@ -88,7 +88,6 @@ console.log(
<section id='solution'>
```js
// solution required
const prepareGreenTea = () => 'greenTea';
const prepareBlackTea = () => 'blackTea';