Use abbreviation for JavaScript and TypeScript

This commit is contained in:
krahets
2023-07-26 15:35:38 +08:00
parent 85d12360ed
commit b9b324b298
52 changed files with 310 additions and 310 deletions
+4 -4
View File
@@ -76,13 +76,13 @@
[class]{}-[func]{binarySearchLeftEdge}
```
=== "JavaScript"
=== "JS"
```javascript title="binary_search_edge.js"
[class]{}-[func]{binarySearchLeftEdge}
```
=== "TypeScript"
=== "TS"
```typescript title="binary_search_edge.ts"
[class]{}-[func]{binarySearchLeftEdge}
@@ -154,13 +154,13 @@
[class]{}-[func]{binarySearchRightEdge}
```
=== "JavaScript"
=== "JS"
```javascript title="binary_search_edge.js"
[class]{}-[func]{binarySearchRightEdge}
```
=== "TypeScript"
=== "TS"
```typescript title="binary_search_edge.ts"
[class]{}-[func]{binarySearchRightEdge}