fix: remove codepen.io links from challenge articles
This commit is contained in:
committed by
Kristofer Koishigawa
parent
6167811c09
commit
f57e6d69d8
@@ -44,7 +44,6 @@ Change all the variables to `let` or `const` and rename `sentence`.
|
||||
}
|
||||
printManyTimes("freeCodeCamp");
|
||||
```
|
||||
 <a href='https://codepen.io/dylantyates/pen/OwVxyx' target='_blank' rel='nofollow'>Run Code</a>
|
||||
|
||||
# Code Explanation:
|
||||
|
||||
|
@@ -32,7 +32,6 @@ We need to change each `var` to `let` in our code.
|
||||
}
|
||||
catTalk();
|
||||
```
|
||||
 [Run code at codepen.io](https://codepen.io/dylantyates/pen/eKqoGY)
|
||||
|
||||
# Code Explanation:
|
||||
|
||||
|
@@ -38,7 +38,6 @@ Reassign the values of the `const` variable `s` using various element assignment
|
||||
}
|
||||
editInPlace();
|
||||
```
|
||||
 <a href='https://codepen.io/dylantyates/pen/djoVjW' target='_blank' rel='nofollow'>Run Code</a>
|
||||
|
||||
# Code Explanation:
|
||||
|
||||
|
Reference in New Issue
Block a user