Skip to content

Hatalı Anlatım #33

@Natgho

Description

@Natgho

Merhaba,
https://github.com/javascript-tutorial/tr.javascript.info/blob/master/1-js/05-data-types/09-destructuring-assignment/article.md#the-rest-pattern-
anlatımında ;

To show JavaScript that it's not a code block, we can make it a part of an expression by wrapping in parentheses (...):
let title, width, height;
// okay now
!(/!{title, width, height}!)/! = {title: "Menu", width: 200, height: 100};
alert( title ); // Menu

bölümü hatalı,
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions