fix(curriculum): point to all lines requiring change (#44056)
* fix comments for which place to edit solution should be placed in this line, previous comments was missleading. as discussed in https://github.com/freeCodeCamp/freeCodeCamp/issues/44049 * shorter comments clear of not needed ward Only * Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md letter fixes Co-authored-by: Ilenia <nethleen@gmail.com> * fix for spelling of Change only letter change * fix for italian language all other languages * revert revert of changes that will be done in other place * revert Co-authored-by: Ilenia <nethleen@gmail.com>
This commit is contained in:
@ -71,13 +71,10 @@ assert.match(code, /const\s+FCC/);
|
|||||||
## --seed-contents--
|
## --seed-contents--
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Only change code below this line
|
var fCC = "freeCodeCamp"; // Change this line
|
||||||
var fCC = "freeCodeCamp";
|
var fact = "is cool!"; // Change this line
|
||||||
var fact = "is cool!";
|
|
||||||
// Only change code above this line
|
|
||||||
|
|
||||||
fact = "is awesome!";
|
fact = "is awesome!";
|
||||||
console.log(fCC, fact);
|
console.log(fCC, fact); // Change this line
|
||||||
```
|
```
|
||||||
|
|
||||||
# --solutions--
|
# --solutions--
|
||||||
|
Reference in New Issue
Block a user