From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/he/glossary/array/index.html | 43 -------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 files/he/glossary/array/index.html (limited to 'files/he/glossary/array/index.html') diff --git a/files/he/glossary/array/index.html b/files/he/glossary/array/index.html deleted file mode 100644 index ac367d5154..0000000000 --- a/files/he/glossary/array/index.html +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: מערך -slug: Glossary/array -translation_of: Glossary/array -original_slug: Glossary/מערך ---- -

 

- -
מערך הוא אוסף מסודר של ערכים (או "פרימיטיבים" או "אובייקטים" תלוי בשפה) כל פריט באוסף נקרא איבר.
- -
משתמשים במערכים בכדי לאכסן ערכים מרובים במשתנה יחיד. בשונה ממשתנה(רגיל) שיוכל לאכסן ערך יחיד.
- -
לכל איבר במערך יש מספר המוצמד אליו שנקרא אינדקס ,אשר מאפשר לך לגישה אליו.
-בג'אווה סקריפט המערכים מתחילים מאינדקס אפס ואפשר לשנות אותם על ידי שימוש במתודות(methods) שונות.
- -
 
- -
מערך בג'אווה סקריפט נראה כך:
- -

 

- -
var myArray = [1, 2, 3, 4];
-var catNamesArray = ["Danny", "Yossi", "Hila"];
-//מערך בג'אווה סקריפט יכול להכיל סוגים שונים של מידע כפי שמתואר מעל
- -

 

- -

 

- -

Learn more

- -

General knowledge

- - - -

Technical reference

- - -- cgit v1.2.3-54-g00ecf