mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-04 03:34:21 +00:00
Use abbreviation for JavaScript and TypeScript
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
[class]{}-[func]{buildTree}
|
||||
```
|
||||
|
||||
=== "JavaScript"
|
||||
=== "JS"
|
||||
|
||||
```javascript title="build_tree.js"
|
||||
[class]{}-[func]{dfs}
|
||||
@@ -99,7 +99,7 @@
|
||||
[class]{}-[func]{buildTree}
|
||||
```
|
||||
|
||||
=== "TypeScript"
|
||||
=== "TS"
|
||||
|
||||
```typescript title="build_tree.ts"
|
||||
[class]{}-[func]{dfs}
|
||||
|
||||
Reference in New Issue
Block a user