اكتب أي كلمة!

كيف تنطق "var"

word

vɑɹ
VAR
vɑː
VAH

التعريف

'Var' is a keyword in some programming languages, like JavaScript, used to declare a variable, which is a storage location for data that can change as a program runs.

نسخ IPA

الإنجليزية الأمريكية

vɑɹ

الإنجليزية البريطانية

vɑː

نطق مبسط

أمريكي

VAR

بريطاني

VAH

استمع في السياق

We use var to declare a variable in JavaScript.

The var keyword lets us store data.

With var, you can create variables that can change value.

If you see var in code, it means the value might change later.