mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-14 08:06:06 +00:00
Use abbreviation for JavaScript and TypeScript
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
[class]{}-[func]{heapSort}
|
||||
```
|
||||
|
||||
=== "JavaScript"
|
||||
=== "JS"
|
||||
|
||||
```javascript title="heap_sort.js"
|
||||
[class]{}-[func]{siftDown}
|
||||
@@ -100,7 +100,7 @@
|
||||
[class]{}-[func]{heapSort}
|
||||
```
|
||||
|
||||
=== "TypeScript"
|
||||
=== "TS"
|
||||
|
||||
```typescript title="heap_sort.ts"
|
||||
[class]{}-[func]{siftDown}
|
||||
|
||||
Reference in New Issue
Block a user