امثلة عن أنواع البيانات JavaScript Data Types
- 2021-03-30
توصيف
مثال عن متغيرات من نوع نصي string:
JavaScript Strings
You can use quotes inside a string, as long as they don't match the quotes surrounding the string:
مثال عن متغير من نوع مصفوفة array وطباعة العنصر الأول:
JavaScript Arrays
Array indexes are zero-based, which means the first item is [0].
مثال عن متغير من نوع كائن object وطباعة محتوياته:
JavaScript Objects
مثال عن متغير من نوع غيرمعرف undefined:
JavaScript
The value (and the data type) of a variable with no value is undefined.
مثال عن متغير من نوع فارغ empty :
JavaScript
An empty string has both a legal value and a type: