fix: Restore missing emojis and fix broken links (#35703)
* fix: Restore missing emojis and fix broken links * fix: Remove emojis to conform with style guide * fix: Remove the last emoticons
This commit is contained in:
committed by
Randell Dawson
parent
7a37788ea1
commit
73277d8ba8
@ -49,7 +49,7 @@ Make `i` start at 0. Also the loop **should not** be executed for i == 5. In oth
|
||||
```javascript
|
||||
for (let i = 0; i < len; i++) {
|
||||
```
|
||||
**Happy Coding!** :computer:
|
||||
**Happy Coding!**
|
||||
### Resources
|
||||
- [For statements challenge at FreeCodeCamp](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/iterate-with-javascript-for-loops)
|
||||
- [For statements at MDN web docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops_and_iteration#for_statement)
|
||||
|
Reference in New Issue
Block a user