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
+2 -2
View File
@@ -64,7 +64,7 @@ $$
[class]{}-[func]{radixSort}
```
=== "JavaScript"
=== "JS"
```javascript title="radix_sort.js"
[class]{}-[func]{digit}
@@ -74,7 +74,7 @@ $$
[class]{}-[func]{radixSort}
```
=== "TypeScript"
=== "TS"
```typescript title="radix_sort.ts"
[class]{}-[func]{digit}