diff --git a/docs/features.md b/docs/features.md index ac455d66..a8f8f54e 100644 --- a/docs/features.md +++ b/docs/features.md @@ -299,7 +299,7 @@ say I don't have tag! -- [ ] **3. While loop** +- [x] **3. While loop** - You can accidentally cause infinite recursion in while loop. Be extremly aware of that ```javascript while () {