Skip to content

Commit db5fa09

Browse files
authored
Merge pull request #6 from nnngu/patch-1
Update web.md
2 parents e16b0a4 + 029bd48 commit db5fa09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ div {
2929
3030
- 谈谈对 JavaScript 闭包的理解
3131

32-
> 闭包是 JavaScript 函数的一种,声明即运行,可以在函数内部调用外部变量
32+
> 闭包是 JavaScript 函数的一种,声明即运行,可以在函数外部调用函数内部的变量
3333
3434
- 如何处理 Ajax 跨域问题
3535

@@ -52,4 +52,4 @@ div {
5252
- [史上最全的web前端面试题汇总及答案1](https://www.jianshu.com/p/2f7eb1ad7174)
5353
- [前端工程师手册](https://leohxj.gitbooks.io/front-end-database/index.html)
5454
- [HTTP协议:工作原理](http://blog.csdn.net/anndy_/article/details/77198883)
55-
- [SSL/TLS协议运行机制的概述](http://www.ruanyifeng.com/blog/2014/02/ssl_tls.html)
55+
- [SSL/TLS协议运行机制的概述](http://www.ruanyifeng.com/blog/2014/02/ssl_tls.html)

0 commit comments

Comments
 (0)