Skip to content

Commit 8cf8730

Browse files
committed
add js study plan
1 parent 5c93f52 commit 8cf8730

File tree

6 files changed

+668
-626
lines changed

6 files changed

+668
-626
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- [面试经典 150 题](./src/plan/top_150_list.md)
2727
- [面试高频 200 题](./src/plan/top_200_list.md)
2828
- [面试进阶 300 题](./src/plan/top_300_list.md)
29+
- [JavaScript 专项练习](./src/plan/js_list.md)
2930
- [CodeTop 热题排行榜](./src/plan/codetop_list.md)
3031
- [海外兔热题排行榜](./src/plan/rabbit_list.md)
3132
- [热门企业题库](./src/plan/company_list.md)

assets/origins/js_list.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 'JavaScript 专项练习'
3+
headerDepth: 0
4+
---
5+
6+
###### 2618、2619、2620、2621、2622、2623、2624、2625、2626、2627、2628、2629、2630、2631、2632、2633、2634、2635、2636、2637、2648、2649、2650、2665、2666、2667、2675、2676、2677、2690、2691、2692、2693、2694、2695、2700、2703、2704、2705、2715、2721、2722、2723、2724、2725、2726、2727、2754、2755、2756、2757、2758、2759、2774、2775、2776、2777、2794、2795、2796、2797、2803、2804、2805、2821、2822、2823
7+
8+
<style>
9+
table th:first-of-type { width: 20%; }
10+
table th:nth-of-type(2) { width: 30%; }
11+
table th:nth-of-type(3) { width: 10%; }
12+
table th:nth-of-type(4) { width: 30%; }
13+
table th:nth-of-type(5) { width: 10%; }
14+
15+
</style>

assets/scripts/gen-docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def update_similar():
291291
gen_plan_list('company_list.md')
292292
gen_plan_list('codetop_list.md')
293293
gen_plan_list('rabbit_list.md')
294+
gen_plan_list('js_list.md', False)
294295
gen_plan_list('offer_list.md', False)
295296
gen_plan_list('offer2_list.md', False)
296297
if args.type == 'all' or args.type == 'cate':

0 commit comments

Comments
 (0)