[JS] Generator Args
With generator, you can call the yield like a tokken. Here is an example.
With generator, you can call the yield like a tokken. Here is an example.
This example shows that how to use deconstucting assignment with some function parameters.
```js let options = { title: “SOMETHING”, width: 200, height: 300 };
Sample shows that automatically assign array elements to new variables. They assigned value type is not an array.
Example shows that how to deconstruct an object to assign to another object.