mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): remove unused ::: interactive marker from lesson content (#65764)
This commit is contained in:
-2
@@ -14,8 +14,6 @@ const fruits = ['apple', 'banana', 'orange'];
|
||||
console.log(fruits.length); // 3
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
It's possible to have arrays with empty slots. Empty slots are defined as slots with nothing in them. This is different than an array with the value of `undefined`. These types of arrays are known as sparse arrays. Here is an example:
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user