From 64c0acf4825a11be5ba820695ac5c46900c1344a Mon Sep 17 00:00:00 2001 From: Stephen Tian <745752067@qq.com> Date: Sun, 11 Nov 2018 22:05:13 +0800 Subject: [PATCH] =?UTF-8?q?'=E5=80=BC=E7=B1=BB=E5=9E=8B=E5=92=8C=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E7=B1=BB=E5=9E=8B'=E6=B7=BB=E5=8A=A0=E6=95=99?= =?UTF-8?q?=E5=AD=A6=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd7d38f..cb7b2dd 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,11 @@ - :book: [js 值引用和值复制 —— SegmentFault](https://segmentfault.com/a/1190000015411195) - :book: [js- 引用和复制(传值和传址) —— CSDN](https://blog.csdn.net/zzzaquarius/article/details/4902235) +### 视频 + +- :tv: [Javascript Pass by Value vs Pass by Reference — techsith](https://www.youtube.com/watch?v=E-dAnFdq8k8) +- :tv: [JavaScript Value vs Reference Types — Programming with Mosh](https://www.youtube.com/watch?v=fD0t_DKREbE) + **[:arrow_up: 返回目录](#目录)** ---