Skip to content

Commit dc5d947

Browse files
committed
docs: improve code block syntax highlighting by changing js → javascript
1 parent 8433d22 commit dc5d947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/javascript/concepts/arrays/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In JavaScript, an **Array** is a list of ordered, stored data. It can hold items
1818

1919
Arrays can be created by using square brackets `[]`, with individual elements separated by commas:
2020

21-
```js
21+
```javascript
2222
// An array containing numbers
2323
const numberArray = [0, 1, 2, 3];
2424

0 commit comments

Comments
 (0)