Skip to content

Instantly share code, notes, and snippets.

@senpl
Created October 25, 2022 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save senpl/245f6d6f95e688bc5e717f4cab861c8b to your computer and use it in GitHub Desktop.
Save senpl/245f6d6f95e688bc5e717f4cab861c8b to your computer and use it in GitHub Desktop.
TabliceNew
1.W tablicy gdzie są wartości Jazz, Classics, Rock-n-Roll zamień
wartość Classics
wartością “muzyka wspolczesna”.
2. Wypisz na konsolę co drugi element tablicy nazwanej tablica123 przy użyciu pętli.
3. Wypisz przedostatni element tablicy dowolnej tablicy tab1.
4. Przepisz wartości tab2 do tab3.
5. Wstaw do tablicy między elementami “.” przy użyciu pętli for of
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment