Skip to content

Conversation

Gerhut
Copy link

@Gerhut Gerhut commented May 12, 2017

Once examples is executed as a whole code block,

Array.of(1, 2, 3)
[0, 0, 0].fill(7, 1)

will be treated as

Array.of(1, 2, 3)[0, 0, 0].fill(7, 1)

which is not as hoped.

Once examples is executed as a whole code block,

```JavaScript
Array.of(1, 2, 3)
[0, 0, 0].fill(7, 1)
```

will be treat as

```JavaScript
Array.of(1, 2, 3)[0, 0, 0].fill(7, 1)
```

which is not as hoped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant