Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b057341

Browse files
committedMay 3, 2020
refactor objects, add optional chaining
1 parent 09a964e commit b057341

File tree

35 files changed

+577
-433
lines changed

35 files changed

+577
-433
lines changed
 

‎1-js/04-object-basics/01-object/4-const-object/solution.md‎

Lines changed: 0 additions & 19 deletions
This file was deleted.

‎1-js/04-object-basics/01-object/4-const-object/task.md‎

Lines changed: 0 additions & 18 deletions
This file was deleted.

7 commit comments

Comments
 (7)

Violet-Bora-Lee commented on May 3, 2020

@Violet-Bora-Lee
Member

Awesome! Thanks as always

iliakan commented on May 3, 2020

@iliakan
MemberAuthor

The long article about objects is split now for better reading.

pritam2510 commented on Jun 10, 2020

@pritam2510

Hi,
Can you please tell me why is the topic on the internal implementation of obj.method() call using the special type removed from the Object Methods,"this" article, because the last time when I was studying it was there and now it is missing.
Thanks

iliakan commented on Jun 10, 2020

@iliakan
MemberAuthor

@pritam2510 it's a very special internal thing, too early at this stage of the tutorial.

pritam2510 commented on Jun 10, 2020

@pritam2510

Hi @iliakan,
Is it moved to some other article in the tutorial or it is completely removed from the tutorial?
Thanks

pritam2510 commented on Jun 10, 2020

@pritam2510

Thanks @iliakan

Please sign in to comment.