Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 246 Bytes

8-different-numbering.md

File metadata and controls

9 lines (9 loc) · 246 Bytes

Uwaga! Inne numerowanie ;)

W tablicach zaczynamy numerować od wartości 0:

let names = [
  "Kasia", // To jest wartość o numerze 0
  "Basia", // To jest wartość o numerze 1
  "Asia"   // To jest wartość o numerze 2
];