-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Menambahkan materi array manipulation #157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Terimakasih sudah berkontribusi ke bellshade repo js 👍, untuk kode js kiranya sudah aman. Untuk docs ada typo sedikit, bisa dibenerin dulu.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Di penjelasannya terdapat kalimat atau kata yang menurut saya kurang tepat dan efektif. Untuk kodenya sendiri tidak ada masalah menurut saya.
|
||
/** | ||
* PENJELASAN : | ||
* SORT dalam bahasa indonesia berarty mengurutkan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* SORT dalam bahasa indonesia berarty mengurutkan | |
* SORT dalam bahasa indonesia artinya mengurutkan |
Menurut saya menggunakan kata “berarti” kurang tepat untuk mengartikan sebuah kata bahasa inggris/asing.
/** | ||
* PENJELASAN : | ||
* SORT dalam bahasa indonesia berarty mengurutkan | ||
* sortAscending bertujuan untuk mengurutkan angka dalam array menjadi urutan dari yang terkecil ke terbesar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* sortAscending bertujuan untuk mengurutkan angka dalam array menjadi urutan dari yang terkecil ke terbesar | |
* sortAscending bertujuan untuk mengurutkan angka dalam array dari yang terkecil hingga terbesar. |
* PENJELASAN : | ||
* SORT dalam bahasa indonesia berarty mengurutkan | ||
* sortAscending bertujuan untuk mengurutkan angka dalam array menjadi urutan dari yang terkecil ke terbesar | ||
* sortDescending bertujuan untuk mengurutkan angka dalam array menjadi urutan dari yang terbesar ke terkecil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* sortDescending bertujuan untuk mengurutkan angka dalam array menjadi urutan dari yang terbesar ke terkecil | |
* sortDescending bertujuan untuk mengurutkan angka dalam array dari yang terbesar hingga terkecil. |
Merubah menjadi kalimat yang efektif
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maaf merepotkan
Pesan commitnya diperhatikan, ganti dulu pesan commitnya sesuai standar yang udah ada ya
Baca juga #58 |
Buat benerin pesan commit yang headnya git rebase --interactive '2671e99^' Nanti bakalan ada tulisan
Ubah tulisan git commit --amend -m "fix: fixing typo docs description"
git rebase --continue Abis itu push force deh git push -f |
Tolong diubah ya, kalo ga ada perubahan, seminggu dari hari ini PR nya akan di close. Terimakasih |
terimakasih atas panduannya, maaf jika sering salah karena masih awam 🙏🏻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sip, LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Penjelasannya boleh ditambahin lagi yaa, bisa melihat dari materi2 di folder lain sebagai acuan penjelasan.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better, terimakasih atas kontribusinya 👍
Closes
Deskripsi (Description)
Contributor Requirements (Syarat Kontributor)
Environment
saya menggunakan (im used):
os
=linux
Testing
Maintainer
@bellshade/javascript-team
@bellshade/docs-team