Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Oct 19, 2023
1 parent 6eedc97 commit a7db6b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ function hello() {

### `append array`

```swift
Append new elements to an array just like in Swift:

```js
const a = [1];

a += [2, 3];
Expand Down

0 comments on commit a7db6b5

Please sign in to comment.