fix: remove guide linting and fix failing challenges
This commit is contained in:
committed by
mrugesh
parent
f809100406
commit
b8593326b0
@ -53,4 +53,5 @@ const makeServerRequest = new Promise((resolve, reject) => {
|
||||
|
||||
});
|
||||
```
|
||||
|
||||
</section>
|
||||
|
@ -18,6 +18,7 @@ The above <code>import</code> statement will create an object called <code>myMat
|
||||
myMathModule.add(2,3);
|
||||
myMathModule.subtract(5,3);
|
||||
```
|
||||
|
||||
</section>
|
||||
|
||||
## Instructions
|
||||
@ -41,7 +42,7 @@ tests:
|
||||
<div id='js-seed'>
|
||||
|
||||
```js
|
||||
|
||||
|
||||
// add code above this line
|
||||
|
||||
stringFunctions.uppercaseString("hello");
|
||||
|
@ -63,7 +63,7 @@ const HIGH_TEMPERATURES = {
|
||||
// change code below this line
|
||||
|
||||
const today = HIGH_TEMPERATURES.today;
|
||||
const tomorrow = HIGH_TEMPERATURES.tomorrow;
|
||||
const tomorrow = HIGH_TEMPERATURES.tomorrow;
|
||||
|
||||
// change code above this line
|
||||
|
||||
@ -95,4 +95,5 @@ console.log(yesterday) // should be not defined
|
||||
console.log(today); // should be 77
|
||||
console.log(tomorrow); // should be 80
|
||||
```
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user