mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-14 16:16:06 +00:00
Use abbreviation for JavaScript and TypeScript
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user