From b9bd88469788bd337a16f964da5dd9f7fda51935 Mon Sep 17 00:00:00 2001 From: Akhil Date: Sat, 15 Jun 2024 19:41:22 -0400 Subject: [PATCH] udpated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e6d0e9..429df81 100644 --- a/README.md +++ b/README.md @@ -646,7 +646,6 @@ List of 300 VueJS Interview Questions 2. pop() 3. shift() 4. unshift() - 5. splice() 6. sort() 7. reverse() @@ -664,6 +663,7 @@ List of 300 VueJS Interview Questions 1. filter() 2. concat() 3. slice() + 4. toReverse() For example, lets take a todo list where it replaces the old array with new one based on status filter, ```javascript @@ -838,6 +838,8 @@ List of 300 VueJS Interview Questions } ``` + Note: this has been depricated https://eslint.vuejs.org/rules/no-deprecated-vue-config-keycodes.html + **[⬆ Back to Top](#table-of-contents)** 22. ### What are the supported System Modifier Keys?