-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels
