-
-
Notifications
You must be signed in to change notification settings - Fork 177
docs: menambahkan materi ke 2 OOP dan memberbaiki typo #260
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
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.
Nama filenya sekalian diubah dong jadi semisal example.js
biar ga bias maka filenya.
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.
Oiya lupa, di readmennya juga arahin ke filenya biar bisa langsung di klik dari dokumentasinya
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, dah oke bagiku, LGTM.
Request review dokumentasi @dhafitf
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.
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.
Sedikit saran perubahan
Yang diubah pertama :
suatu
=>sebuah
Javascript
=>javascript
Array juga termasuk object.
=>Perlu diingat array juga termasuk sebuah object.
Object adalah sebuah tipe data di javascript yang bisa menyimpan banyak value atau nilai.
Sama seperti array, yang membedakan adalah array memiliki index sedangkan object memiliki property.
Perlu diingat array juga termasuk sebuah object.
Yang diubah kedua :
14
=>20
const person = {
name: "salim",
age: 20 // karena value diobjectnya 20
};
name
dan age
disebut property sedangkan "salim"
dan 20
disebut value.
Oke terima kasih. Tadi saya kelewatan di value yang |
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.
Ok udah aman...LGTM🚀
Closes #221
Deskripsi (Description)
Contributor Requirements (Syarat Kontributor)
Environment
saya menggunakan (im used):
os
=linux / windows / macOS
Testing