From c41872a22a9dbe57be0510415fdffda434f887ac Mon Sep 17 00:00:00 2001 From: WingedSeal <84555581+WingedSeal@users.noreply.github.com> Date: Fri, 14 Jan 2022 21:16:02 +0700 Subject: [PATCH] Update features.md --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {