@@ -13,11 +13,11 @@ This repo has a tool that help you to manage and write down what you learned in
13
13
| Table of Contents | :point_down : |
14
14
| -------- | -------- |
15
15
| :new : ** Top 5 recent learning** | |
16
+ | [ Debug js code using console.trace] ( javascript/Debug-js-code-using-console.trace.md ) [ javascript] | 2018-01-07 |
17
+ | [ Define property of an object in hacking way] ( javascript/Define-property-of-an-object-in-hacking-way.md ) [ javascript] | 2018-01-07 |
16
18
| [ Sleeping connections in MySQL] ( mysql/Sleeping-connections-in-MySQL.md ) [ mysql] | 2018-01-04 |
17
19
| [ Create cross-platform downloading app URL] ( http/Create-crossplatform-downloading-app-URL.md ) [ http] | 2018-01-03 |
18
20
| [ HSTS rule in browser] ( web/HSTS-rule-in-browser.md ) [ web] | 2018-01-03 |
19
- | [ Using web proxy to bypass firewalls] ( web/Using-web-proxy-to-bypass-firewalls.md ) [ web] | 2017-12-07 |
20
- | [ Fastly conflict detector script] ( git/Fastly-conflict-detector-script.md ) [ git] | 2017-11-27 |
21
21
| :books : ** bash** [ 1 articles ] | |
22
22
| [ Simple HTTP server function helper] ( bash/simple-http-server-function-helper.md ) | 2017-10-05 |
23
23
| :books : ** chrome-dev** [ 1 articles ] | |
@@ -42,9 +42,11 @@ This repo has a tool that help you to manage and write down what you learned in
42
42
| [ Create cross-platform downloading app URL] ( http/Create-crossplatform-downloading-app-URL.md ) | 2018-01-03 |
43
43
| :books : ** java** [ 1 articles ] | |
44
44
| [ Runing old java applets on brower] ( java/Runing-old-java-applets-on-brower.md ) | 2017-08-06 |
45
- | :books : ** javascript** [ 2 articles ] | |
45
+ | :books : ** javascript** [ 4 articles ] | |
46
46
| [ Eval function and with block] ( javascript/Eval-function-and-with-block.md ) | 2017-08-10 |
47
47
| [ Scope and Closure] ( javascript/Scope-and-Closure.md ) | 2017-08-10 |
48
+ | [ Debug js code using console.trace] ( javascript/Debug-js-code-using-console.trace.md ) | 2018-01-07 |
49
+ | [ Define property of an object in hacking way] ( javascript/Define-property-of-an-object-in-hacking-way.md ) | 2018-01-07 |
48
50
| :books : ** linux** [ 3 articles ] | |
49
51
| [ Remap Capslock to Control key] ( linux/remap-capslock-to-control-key.md ) | 2017-08-08 |
50
52
| [ Send ENTER key to kernel] ( linux/Send-ENTER-key-to-kernel.md ) | 2017-09-27 |
0 commit comments