Files
freeCodeCamp/guide/arabic/miscellaneous/check-the-length-property-of-a-string-variable/index.md
2018-10-16 21:32:40 +05:30

8 lines
390 B
Markdown

---
title: Check the Length Property of a String Variable
localeTitle: تحقق من الخاصية الطول من متغير سلسلة
---
هياكل البيانات لها خصائص. على سبيل المثال ، تحتوي السلاسل على خاصية تسمى `.length` والتي ستخبرك بعدد الحروف في السلسلة.
`lastNameLength = lastName.length;
`