fix(curriculum): remove before/after-user-code from basic javascript challenges 45-47 (#66470)

This commit is contained in:
Sem Bauke 2026-03-15 18:30:36 +01:00 committed by GitHub
parent be81d12033
commit f853374e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 18 deletions

View File

@ -39,12 +39,6 @@ assert(/difference=45-33;?/.test(__helpers.removeWhiteSpace(__helpers.removeJSCo
# --seed--
## --after-user-code--
```js
(function(z){return 'difference = '+z;})(difference);
```
## --seed-contents--
```js

View File

@ -54,12 +54,6 @@ assert.deepEqual(myArray, [1, 2, 3, 4, 5]);
# --seed--
## --after-user-code--
```js
if (typeof myArray !== "undefined"){(function(){return myArray;})();}
```
## --seed-contents--
```js

View File

@ -39,12 +39,6 @@ assert(/\d+\s*\/\s*\d+/.test(__helpers.removeJSComments(code)));
# --seed--
## --after-user-code--
```js
(function(z){return 'quotient = '+z;})(quotient);
```
## --seed-contents--
```js