iwantcoding
.com
Tutorials
▾
Web Frontend
HTML
CSS
HTML5
CSS3
JavaScript
TypeScript
Sass
React
Vue
Svelte
Tailwind
Backend
Python
PHP
Node.js
Java
Go
Rust
Ruby
C#
Databases
SQL
MySQL
PostgreSQL
MongoDB
Firebase
GraphQL
Redis
Mobile
React Native
Flutter
Swift
Kotlin
Ionic
Cloud & DevOps
AWS
Docker
Kubernetes
CI/CD
Linux/Bash
AI & Data
NumPy/Pandas
Machine Learning
TensorFlow
PyTorch
LangChain
RAG
Cybersecurity
XSS
SQL Injection
CSRF
OWASP Top 10
Cryptography
Ethical Hacking
Tools
Git
DSA
Design Patterns
RegEx
VS Code
Specialty
Game Dev
WordPress
Web3/Solidity
Three.js
Capstone
Enterprise Architecture
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
TYPESCRIPT
REACT
NODEJS
MONGODB
DOCKER
GIT
TAILWIND
GRAPHQL
LINUX-BASH
AWS
KUBERNETES
VUE
SVELTE
SASS
THREEJS
GO
RUST
JAVA
RUBY
CSHARP
WORDPRESS
POSTGRESQL
MYSQL
REDIS
FIREBASE
REACT-NATIVE
FLUTTER
SWIFT
KOTLIN
IONIC
CICD
NUMPY-PANDAS
ML
TENSORFLOW
PYTORCH
LANGCHAIN
XSS
SQLI
CSRF
OWASP
CRYPTO
DSA
DESIGN-PATTERNS
REGEX
VSCODE
GAMEDEV
WEB3
ENTERPRISE
CAPSTONE
ETHICAL-HACKING
🔥 Daily
👥 Rooms
🏆 Top
Log in
Sign up
AI ✨
Vue Tutorial
BOSS QUIZ
10 questions · 5 minutes · pass at 70% to clear the track.
05:00
Start
Q1.
v-model is syntax sugar for…
from v-model
v-bind + v-on
v-if + v-else
computed + watch
props + emits
Q2.
reactive() is best for…
from Reactivity Overview
Primitives
Objects and arrays
Numbers only
Strings only
Q3.
Vue 3 introduced…
from Intro
Class components
The Composition API
PHP support
jQuery integration
Q4.
ref() wraps a value into a…
from Reactivity Overview
Plain object
Reactive container with .value
Stream
Promise
Q5.
v-on listens for…
from v-on / Events
Props
DOM events
Lifecycle hooks
Routes
Q6.
computed() returns…
from Reactivity Overview
A function call each render
A cached, dependency-tracked value
A side effect
A Promise
Q7.
v-bind with an object binds…
from v-bind
One attribute
Multiple attributes at once
Only CSS classes
Only events
Q8.
v-bind binds a JavaScript expression to…
from v-bind
An attribute
A directive name
A CSS file
A component file
Q9.
v-model is most commonly used on…
from v-model
Divs
Form inputs
Routes
Slots
Q10.
On custom components, v-model uses the prop/event named…
from v-model
value / input
modelValue / update:modelValue
data / change
state / set
Submit
Back to Vue Tutorial
🏆
Achievement unlocked!