Skip to content

Translation issue #361

@developerxpe

Description

@developerxpe

https://github.com/javascript-tutorial/tr.javascript.info/blob/master/1-js/04-object-basics/02-garbage-collection/article.md

function evlilik(erkek, kadin) {
kadin.bey = erkek;
erkek.kadin = hanim;

should be like:

function evlilik(erkek, kadin) {
erkek.bey = erkek; // bey = Mr
kadin.hanim = kadin; // hanim = Mrs/Miss

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions