Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udpates #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ List of 300 VueJS Interview Questions
2. pop()
3. shift()
4. unshift()
5. splice()
6. sort()
7. reverse()

Expand All @@ -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
Expand Down Expand Up @@ -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?
Expand Down