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

390 B

title, localeTitle
title localeTitle
Check the Length Property of a String Variable تحقق من الخاصية الطول من متغير سلسلة

هياكل البيانات لها خصائص. على سبيل المثال ، تحتوي السلاسل على خاصية تسمى .length والتي ستخبرك بعدد الحروف في السلسلة.

lastNameLength = lastName.length;