fix: remove codepen.io links from challenge articles
This commit is contained in:
committed by
Kristofer Koishigawa
parent
6167811c09
commit
f57e6d69d8
@@ -41,7 +41,6 @@ localeTitle: 比较var的范围并让关键字
|
||||
}
|
||||
```
|
||||
|
||||
 [运行代码](https://codepen.io/dylantyates/pen/wxwxRd)
|
||||
|
||||
# 代码说明:
|
||||
|
||||
|
@@ -47,7 +47,6 @@ localeTitle: 使用const关键字声明只读变量
|
||||
printManyTimes("freeCodeCamp");
|
||||
```
|
||||
|
||||
 [运行代码](https://codepen.io/dylantyates/pen/OwVxyx)
|
||||
|
||||
# 代码说明:
|
||||
|
||||
|
@@ -37,7 +37,6 @@ localeTitle: 探索var和let关键字之间的差异
|
||||
catTalk();
|
||||
```
|
||||
|
||||
 [运行代码](https://codepen.io/dylantyates/pen/eKqoGY)
|
||||
|
||||
# 代码说明:
|
||||
|
||||
|
@@ -41,7 +41,6 @@ localeTitle: 改变用const声明的数组
|
||||
editInPlace();
|
||||
```
|
||||
|
||||
 [运行代码](https://codepen.io/dylantyates/pen/djoVjW)
|
||||
|
||||
# 代码说明:
|
||||
|
||||
|
@@ -44,7 +44,6 @@ localeTitle: 防止对象突变
|
||||
const PI = freezeObj();
|
||||
```
|
||||
|
||||
 [运行代码](https://codepen.io/dylantyates/pen/OwVxYB)
|
||||
|
||||
# 代码说明:
|
||||
|
||||
|
@@ -48,7 +48,6 @@ localeTitle: 编写高阶箭头函数
|
||||
console.log(squaredIntegers);
|
||||
```
|
||||
|
||||
 [运行代码](https://codepen.io/dylantyates/pen/WyWoYJ)
|
||||
|
||||
# 代码说明:
|
||||
|
||||
|
Reference in New Issue
Block a user